This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/makesrna/intern
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
..
2010-09-03 14:53:54 +00:00
2010-08-19 15:49:30 +00:00
2010-08-18 03:56:14 +00:00
2010-09-02 04:53:05 +00:00
2010-03-24 09:51:32 +00:00
2010-09-07 12:03:09 +00:00
2010-08-25 02:00:55 +00:00
2010-09-03 14:53:54 +00:00
2010-08-18 08:26:18 +00:00
2010-09-03 14:53:54 +00:00
2010-09-02 04:53:05 +00:00
2010-09-03 14:53:54 +00:00
2010-08-26 22:44:05 +00:00
2010-08-21 04:51:00 +00:00
2010-08-27 02:33:35 +00:00
2010-03-24 09:51:32 +00:00
2010-08-21 04:51:00 +00:00
2010-03-24 09:51:32 +00:00
2010-08-21 04:51:00 +00:00
2010-08-30 14:33:46 +00:00
2010-08-21 04:51:00 +00:00
2010-08-17 16:27:10 +00:00
2010-06-21 22:16:13 +00:00
2010-03-24 09:51:32 +00:00
2010-03-24 09:51:32 +00:00
2010-08-21 04:51:00 +00:00
2010-09-03 14:53:54 +00:00