blender/release/scripts
Campbell Barton f4be9a6393 support for defining rna class properties as class attributes
eg:
 bpy.types.Scene.myprop = BoolProperty()
 
note, this uses an ugly python metaclass, this should be replaced with a C implimentation which is included but commented out, causing crashes in pythons GC which gives no hint as to where the bug comes from.
2010-09-09 05:37:22 +00:00
..
io/netrender Fix for [#23736] Network render - error in file: release\scripts\io\netrender\client.py + patch. 2010-09-08 19:49:05 +00:00
keyingsets Bugfix #23504: Axis-Angle Rotation keyframes were not being inserted correctly when using the 'Rotation' Keying Set 2010-08-27 04:43:47 +00:00
modules support for defining rna class properties as class attributes 2010-09-09 05:37:22 +00:00
op ran through pep8 checker 2010-09-07 15:17:42 +00:00
presets rna context rename 2010-09-02 04:53:05 +00:00
templates rna context rename 2010-09-02 04:53:05 +00:00
ui addon improvements/fixes 2010-09-08 07:30:20 +00:00