Blender Git Loki
Git Commits -> Revision 2b6e4f2
Revision 2b6e4f2 by Joshua Leung (master) November 7, 2011, 13:25 (GMT) |
Bugfix [#29064] armature with curve contraint - crash Spline IK and Auto-IK working together on the same bone chain could crash due to the somewhat hacky way that they were sharing the same list for the "iktree" forest. Resolved by doing what I should have done from the beginning, and made Spline-IK save its ik chains off into a separate list. While this fixes the crash, it might be worth investigating outright disabling this from working in this case, since it can be a bit confusing to have it appear to not work. |
Commit Details:
Full Hash: 2b6e4f242230d99470ef70c7c00f1809a098d200
SVN Revision: 41612
Parent Commit: 7b43abb
Lines Changed: +24, -22