Blender Git Loki
Git Commits -> Revision 062cf43
Revision 062cf43 by Campbell Barton (master) December 5, 2009, 23:41 (GMT) |
remove nasty hack which made StructRNA class instaces have no __dict__, use __slots__, it seems all the parent classes need to have slots as well for this to work. all python defined srna classes are checked for this too |
Commit Details:
Full Hash: 062cf438ce065b477b52f72871b95bc5ee12c619
SVN Revision: 25147
Parent Commit: 5ebe54f
Lines Changed: +22, -15