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

2 Modified Paths:

/source/blender/makesrna/intern/rna_wm.c (+7, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+30, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021