Blender Git Loki
Git Commits -> Revision f5a48df
Revision f5a48df by Stephen Swaney (master) January 31, 2007, 03:12 (GMT) |
Bugfix for #5000 Setup for Armature weak ref list was missing from some places where we execute py code. This confused the interpreter and gave random attribute/tuple parse errors. Changed name of weak ref list to "__arm_weakrefs" to avoid name collision with user variables. |
Commit Details:
Full Hash: f5a48dfd31d8722f7a68199dd59d3a7e45f6d3ea
SVN Revision: 9979
Parent Commit: 9cf602b
Lines Changed: +110, -49