Blender Git Commit Log
Git Commits -> Revision 697e77a
Revision 697e77a by Campbell Barton (master) February 2, 2012, 04:43 (GMT) |
fix [#29666] Duplicate entries in bpy.types Python operator subclasses and operator types each get their own SRNA, causing double ups for bpy.types.__dir__() From the operator type - these share names. * ot->ext.srna * ot->srna Note that this conflict is still there, this only disables 'ot->ext.srna' from being included in dir(bpy.types). |
Commit Details:
Full Hash: 697e77a49457d90821ffdfc21f0fcf60843eee05
SVN Revision: 43835
Parent Commit: 5a221dd
Lines Changed: +37, -1