Blender Git Commit Log

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

4 Modified Paths:

/source/blender/blenkernel/intern/armature.c (+16, -19) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/ikplugin/intern/iksolver_plugin.c (+4, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021