Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-19basically completely recoded in order to use add_utils and io_utils. Also ↵Florian Meyer
the rest of the thing is recoded. Since this was like my first script this new version is much more readable and easier to debug. As a bonus there is also a new option to align the planes in a row on import to justify a version bumb. I think i tested everything and it should be bug free. Hopefully :)
2010-12-08updates for changes in blenders apiCampbell Barton
2010-11-14fix use-alpha bug, thanks to Olivier Amrein for patchFlorian Meyer
2010-09-24use the operator rather then its properties for drawing the UI, now its ↵Campbell Barton
supported in the api.
2010-09-18- fix for api changesFlorian Meyer
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for ↵Thomas Dinges
bf-extensions/trunk/py/scripts by Filiciss Muhgue (filiciss). Thanks a lot! Part 2: Extensions
2010-09-03update for changes in rna io_import_scene_mhx.py mapto isnt working as it ↵Campbell Barton
should since this can now only be accessed as many bools
2010-09-03updates for changes in blender.Campbell Barton
2010-09-02update for rna changesCampbell Barton
2010-08-31== trunk addons ==Luca Bonavita
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
2010-08-27update for rna api changesCampbell Barton
2010-08-25updates to blender rna apiCampbell Barton
2010-08-23update for changes in rnaCampbell Barton
2010-08-21update for changes in rnaCampbell Barton
2010-08-19update for changes in rna apiCampbell Barton
2010-08-02fix for registering scripts.Campbell Barton
- mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py also move bl_addon_info to the top for faster parsing.
2010-08-02update addons to work with new register/unregister method,Campbell Barton
These scritps still need changes related to parent classes - mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py
2010-07-15update for changes in blenders api.Campbell Barton
2010-07-13== scripts conforming ==Luca Bonavita
after discussion with meta-androcto, renamed I/O scripts to start with io_ in all cases