Blender Git Loki
Git Commits -> Revision 45fc590
Revision 45fc590 by Campbell Barton (master) January 27, 2011, 06:48 (GMT) |
internal changes, script writers won't notice. disable getattr metaclass forwarding attributes from the python class, eg: bpy.types.Scene.foo != bpy.types.Scene.bl_rna.properties['foo'] ... This was convenient but too tricky to properly maintain with attribute assignment and attributes defined within the class. avoid doubles in dir() by converting to a set and then back to a list. |
Commit Details:
Full Hash: 45fc5908353e27161b4e1d536631e734f2f65ead
SVN Revision: 34523
Parent Commit: 18aece4
Lines Changed: +31, -3
1 Modified Path:
/source/blender/python/intern/bpy_rna.c (+31, -3) (Diff)