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-08-09update for changes in blender.Campbell Barton
2010-08-05update for changes in blender.Campbell 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-13== trunk scripts confirming ==Luca Bonavita
- every script is now (2,5,3) - added warning field in bl_addon_info so every dev knows about this: when "warning" field is not empty, a warning icon appears and text alerts users about a buggy script (this is used during development, released scripts should must have this empty of course) - formatted scripts info like this - GPL - docstring - bl_addon_info - imports so that the actual script starts after the bl_addon_info dict - removed old 2.4x cruft like __url__, __bpydoc__, __author__ etc, not needed anymore (when the case integrated info with bl_addon_info and in case of one email meta just put it in the GPL) - next commits I plan to do contrib scripts and conform io scripts naming
2010-07-10add a poll function for the sequencerCampbell Barton
2010-07-08copy buttons were copying all propertiesCampbell Barton
2010-07-08- enable this for the sequencerCampbell Barton
- added option to copy from active to selected - made the active display first
2010-06-30== addons ==Luca Bonavita
- moved the wiki page
2010-06-30== addons ==Luca Bonavita
I forgot a comma :S, genius...
2010-06-30== addons ==Luca Bonavita
- added wiki and tracker web pages to Object Property Chart script
2010-06-10fixed error when the data could not be found on one of the itemsCampbell Barton
2010-06-10addons/space_view3d_property_chart.py fixed menu registration.Brendon Murphy
2010-06-10minor UI changes, use the object name rna rather then a label so you can ↵Campbell Barton
rename them as well
2010-06-10modified layout and dont display a row if no attributes are foundCampbell Barton
2010-06-10alignment propertiesCampbell Barton
2010-06-10replace empty text for unknownCampbell Barton
2010-06-10tool to display arbitrary properties of all selected objectsCampbell Barton