Blender Git Loki
Git Commits -> Revision ca843fd
Revision ca843fd by Campbell Barton (master) August 27, 2007, 16:09 (GMT) |
armature weakref evilness again, using editmode in python is not the best. replacing PyWeakref_NewProxy with PyWeakref_NewRef fixes this problem. list(bpy.data.armatures) # would mess up weakrefs [arm for arm in bpy.data.armatures] # didnt. |
Commit Details:
Full Hash: ca843fd2f873a774e5faea4a82bde03c96594081
SVN Revision: 11841
Parent Commit: 93b5553
Lines Changed: +1, -1
1 Modified Path:
/source/blender/python/api2_2x/Armature.c (+1, -1) (Diff)