- Feb 16, 2011
-
-
Campbell Barton authored
-
Campbell Barton authored
-
- Feb 15, 2011
-
-
John Phan authored
-
Constantin Rahn authored
-
Jonathan Smith authored
-
Jonathan Smith authored
-
- Feb 14, 2011
-
-
Thomas Larsson authored
-
- Feb 13, 2011
-
-
Jonathan Smith authored
-
Jonathan Smith authored
-
Jonathan Smith authored
-
Jonathan Smith 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
-
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.
-
Campbell Barton authored
-
Campbell Barton authored
-
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.
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
fix text navigator for updates in API, this also wasnt working because it called operator from draw function (less recent api change).
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
Campbell Barton authored
-
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 10, 2011
-
-
Campbell Barton authored
from Filiciss Muhgue (filiciss) fixes [#25997] Export to X3D reports error TypeError: 'NoneType' object is not scriptable.
-
- Feb 09, 2011
-
-
Chris Foster authored
Fixed some minor formatting issues and added support for engines that do not natively recognize the AnimTicksPerSecond template.
-
- Feb 08, 2011
-
-
Campbell Barton authored
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
-
John Phan authored
-
John Phan authored
-
John Phan authored
-
Constantin Rahn authored
API: 34650 fix: x-offset in one mapping of Alphamap was inverted
-
Campbell Barton authored
-