Blender Git Commit Log
Git Commits -> Revision 48e34b9
Revision 48e34b9 by Campbell Barton (master) August 24, 2010, 02:12 (GMT) |
- pythons 'del somevalue.attr' could crash when used with the rna api (reported by Luca) eg: bpy.context.StringProperty(attr='myprop'); del bpy.context.myprop - made rna StringProperty/PointerProperty & similar into class methods. - file selector hide option was inverted |
Commit Details:
Full Hash: 48e34b995686d50177932660ec422528eb4a6da8
SVN Revision: 31542
Parent Commit: 27edda1
Lines Changed: +44, -40