- Feb 21, 2011
-
-
Sergey Sharybin authored
- Fixed incorrect usage of 255 color range -- each component should be from segment [0..1] - Added "style" tag parsing
-
Aurel W authored
-
Nathan Vegdahl authored
-
Nathan Vegdahl authored
Just required some misc updates due to python API changes.
-
Sergey Sharybin authored
-
Aurel W authored
-
Jonathan Smith authored
-
Doug Hammond authored
-
Campbell Barton authored
zero length bones had their tail offset in the wrong direction.
-
- Feb 20, 2011
-
-
Sergey Sharybin authored
Only <path> is supported at this moment, other geometries would be added a bit later. Transform attribute, defined, groups and uses should work pretty fine. Work is in progress, so please repoer issues to me, not to tracker :)
-
- Feb 19, 2011
-
-
John Phan authored
-
Jonathan Smith authored
-
- Feb 18, 2011
-
-
Guillermo S. Romero authored
-
Dany Lebel authored
Text Editor => Development Renamed file text_editor_api_navigator.py => development_api_navigator.py
-
- Feb 17, 2011
- Feb 16, 2011
-
-
Daniel Salazar authored
-
Daniel Salazar authored
alpha layer if this layer is unmodified (pure white) even if the layer is marked as alpha. This makes it impossible to know without phisically checking if the alpha file exists or not
-
Doug Hammond authored
extensions_framework: inherit property_group_renderer from bpy.types.Panel, works with manual RNA registration
-
Cory Perry authored
Author: Cory Perry <killogge@gmail.com> Date: Wed Feb 16 03:51:42 2011 -0500 Updated to latest svn branch of blender (r34892). * Lowered influence of normal map for better looking results. * Modifed code to utilize io_utils module * Minor updates to blender info structs
-
John Phan authored
-
John Phan authored
-
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.
-