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
2011-03-11minor change to platform checksCampbell Barton
2011-03-07extensions_framework: added ef_callback pseudo-property type for invoking ↵Doug Hammond
custom draw methods in property_group_renderer
2011-03-03extensions_framework: minor adjustments to ui; add layout.menu() and make ↵Doug Hammond
text/icon args optional
2011-02-23extensions_framework: Add alternative UI draw mode for EnumProperties ↵Doug Hammond
(prop_menu_enum)
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, ↵Doug Hammond
works with manual RNA registration
2011-02-16update for changes in blender.Campbell Barton
2011-02-12extensions_framework: remove addon_register_class from init_functions ↵Doug Hammond
return; can use @AddonInstance.addon_register_class directly
2011-02-12extensions_framework: Add optional bl_info parameter to Addon class ↵Doug Hammond
contstructor, useful for making bl_idname and bl_label strings for versioned addons
2011-02-12correct for changes in svn.Campbell Barton
2011-02-12extensions_framework: fix initialisation error in new Addon class when used ↵Doug Hammond
my multiple addons
2011-02-12extensions_framework: Removed old and empty classes, added a more useful ↵Doug Hammond
Addon class for register/unregister management
2011-02-11extensions_framework: don't use caching checks in init_properties when using ↵Doug Hammond
ef_initialise_properties - addons using this interface will now enable/disable/enable correctly in the same session.
2011-02-11extensions_framework: added ef_remove_properties function as a complement to ↵Doug Hammond
ef_initialise_properties
2011-02-11extensions_framework: changed ef_initialise_properties function to not ↵Doug Hammond
register the class with RNA, added another function ef_register_initialise_properties that does both.
2011-02-11extensions_framework: required changes for removal of auto-registrationDoug Hammond
2011-02-11extensions_framework: added ef_initialise_properties class decorator to ↵Doug Hammond
initialise declarative_property_groups at declaration time instead of requiring a potentially huge class list in the addon __init__ file
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
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 ↵Florian Meyer
Torus Knot.
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 ↵Florian Meyer
some convenience functions atm. when in a more robust state discuss with ideasman if to remove add_object_utils.py
2010-12-11Moved extensions_framework into addons/modulesDoug Hammond