blender/release/scripts
Campbell Barton 7bd1f9a234 - bugfix, operators were getting their properties registered twice.
- operator properties are now converted into python property() class members which bypass the operator 'properties' member.
  self.properties.mysetting
 ... can now be written as ...
  self.mysetting
- fix for error reloading rigify
2010-09-09 17:41:36 +00:00
..
io/netrender remove class methods for defining properties 2010-09-09 06:29:44 +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 - bugfix, operators were getting their properties registered twice. 2010-09-09 17:41:36 +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 - bugfix, operators were getting their properties registered twice. 2010-09-09 17:41:36 +00:00