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 (Expand)Author
2011-03-07extensions_framework: added ef_callback pseudo-property type for invoking cus...Doug Hammond
2011-03-03extensions_framework: minor adjustments to ui; add layout.menu() and make tex...Doug Hammond
2011-02-23extensions_framework: Add alternative UI draw mode for EnumProperties (prop_m...Doug Hammond
2011-02-22extensions_framework: added reset() method to declarative_property_groupDoug Hammond
2011-02-21extensions_framework: make util.path_relative_to_export more robust on win32Doug Hammond
2011-02-16extensions_framework: inherit property_group_renderer from bpy.types.Panel, w...Doug Hammond
2011-02-16update for changes in blender.Campbell Barton
2011-02-12extensions_framework: remove addon_register_class from init_functions return;...Doug Hammond
2011-02-12extensions_framework: Add optional bl_info parameter to Addon class contstruc...Doug Hammond
2011-02-12correct for changes in svn.Campbell Barton
2011-02-12extensions_framework: fix initialisation error in new Addon class when used m...Doug Hammond
2011-02-12extensions_framework: Removed old and empty classes, added a more useful Addo...Doug Hammond
2011-02-11extensions_framework: don't use caching checks in init_properties when using ...Doug Hammond
2011-02-11extensions_framework: added ef_remove_properties function as a complement to ...Doug Hammond
2011-02-11extensions_framework: changed ef_initialise_properties function to not regist...Doug Hammond
2011-02-11extensions_framework: required changes for removal of auto-registrationDoug Hammond
2011-02-11extensions_framework: added ef_initialise_properties class decorator to initi...Doug Hammond
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-05extensions_framework: remove outputs module; unused and non-functionalDoug Hammond
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-02extensions_framework: disable broken plugin.uninstall methodDoug Hammond
2011-01-15SVN maintenance.Guillermo S. Romero
2011-01-07fix for api change. update() doesn't work the same as before anymore. Broke T...Florian Meyer
2011-01-01clear some pep8 complaintsCampbell Barton
2010-12-22added an update() for obdataFlorian Meyer
2010-12-18extensions_framework: Updates for changes to user_resource APIDoug Hammond
2010-12-17SVN maintenance.Guillermo S. Romero
2010-12-17start of add object framework. mainly a copy from add_object_utils.py plus so...Florian Meyer
2010-12-11Moved extensions_framework into addons/modulesDoug Hammond