Blender Git Loki
Git Commits -> Revision e7a2a17
Revision e7a2a17 by Campbell Barton (master) August 25, 2007, 19:05 (GMT) |
getting the armature twice would cause a weakref error and crash after 2-4 runs.. data = arm_ob.data bones = arm_ob.data.bones.values() Fixed by returning existing armatures if they exist in the weakref list. tested with FBX and BVH support. |
Commit Details:
Full Hash: e7a2a175df006c75c859a861cb595e87531115c4
SVN Revision: 11832
Parent Commit: 0cfe552
Lines Changed: +27, -12
1 Modified Path:
/source/blender/python/api2_2x/Armature.c (+27, -12) (Diff)