- Feb 22, 2011
-
-
Doug Hammond authored
-
Doug Hammond authored
-
- Feb 21, 2011
-
-
Doug Hammond authored
-
- Feb 16, 2011
-
-
Doug Hammond authored
extensions_framework: inherit property_group_renderer from bpy.types.Panel, works with manual RNA registration
-
Campbell Barton authored
-
- Feb 12, 2011
-
-
Doug Hammond authored
extensions_framework: remove addon_register_class from init_functions return; can use @AddonInstance.addon_register_class directly
-
Doug Hammond authored
extensions_framework: Add optional bl_info parameter to Addon class contstructor, useful for making bl_idname and bl_label strings for versioned addons
-
Campbell Barton authored
-
Doug Hammond authored
-
Doug Hammond authored
extensions_framework: Removed old and empty classes, added a more useful Addon class for register/unregister management
-
- Feb 11, 2011
-
-
Doug Hammond authored
extensions_framework: don't use caching checks in init_properties when using ef_initialise_properties - addons using this interface will now enable/disable/enable correctly in the same session.
-
Doug Hammond authored
extensions_framework: added ef_remove_properties function as a complement to ef_initialise_properties
-
Doug Hammond authored
extensions_framework: changed ef_initialise_properties function to not register the class with RNA, added another function ef_register_initialise_properties that does both.
-
Doug Hammond authored
-
Doug Hammond authored
extensions_framework: added ef_initialise_properties class decorator to initialise declarative_property_groups at declaration time instead of requiring a potentially huge class list in the addon __init__ file
-
- Feb 08, 2011
-
-
Campbell Barton authored
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
-
- Feb 07, 2011
-
-
Campbell Barton authored
-
- Feb 05, 2011
-
-
Doug Hammond authored
-
Campbell Barton authored
-
- Feb 02, 2011
-
-
Doug Hammond authored
-
- Jan 15, 2011
-
-
Guillermo S. Romero authored
-
- Jan 07, 2011
-
-
Florian Meyer authored
-
- Jan 01, 2011
-
-
Campbell Barton authored
-
- Dec 22, 2010
-
-
Florian Meyer authored
-
- Dec 18, 2010
-
-
Doug Hammond authored
-
- Dec 17, 2010
-
-
Guillermo S. Romero authored
-
Florian Meyer authored
start of add object framework. mainly a copy from add_object_utils.py plus some convenience functions atm. when in a more robust state discuss with ideasman if to remove add_object_utils.py
-
- Dec 11, 2010
-
-
Doug Hammond authored
-