---------- pie_import.py v1.1 ---------- - all contents of a pie will be sub-objects of a PIE object. - pie 5 texture coords are now considered fully opengl compatible, and the import script supports this specification. - fixed some wierd list semantics in the blender code. should've worked before, definitely does now: the texture material is correctly added to the mesh, and thus using blender's rendering operation looks correct now. - added framework for general configurability. this conf screen is mostly empty, atm. - config options can now be saved in their current state during import, and reverted to either the user-selected defaults or script defaults. options may also be configured in the "Scripts Config Editor" script. - layering script can be automatically run by importer now. - custom scaling factor can be selected during import. may be useful if the user is editing pies larger in pie slicer for extra precision (a double size model made in pie slicer should get imported with a scale factor of 0.5, for example) - now conforms to the "Scripts Config Editor" recommendations, and follows user settings for verbosity. - temporary and poorly done fix for per's texpage selection problem -- now looks 3 levels deep for ./texpages if need be. - now supports an arbitrary number of team colors - fixed a nasty and hard to notice bug that always occured during import where the model got mirrored along the x axis on import. afaict, *all* versions of the import script always did this. ---------- pie_levels_to_layers.py v0.2 ---------- - user can now have levels re-layered at will be running a script on any number of objects simultaneously (used to be part of the import script). - now applies strictly to selected objects, but will now assign PIE_* and CONNECTOR_* to as many layers as there are selected, descendent levels ---------- pie_common v0.1 ---------- - fixed bug where not all settings would get saved the first time. namely the ones that didn't appear in the option gui for the import script. note: the names under which options will be saved will likely get to change very soon. - added gpl license block # vim: textwidth=79