Blender Git Loki
Git Commits -> Revision b48c514
Revision b48c514 by Brecht Van Lommel (master) November 6, 2006, 23:51 (GMT) |
Added an option in the IK constraint to disable stretching, useful in rigs with layered IK constraints. Also removed the tolerance setting, this value wasn't used in the solver anymore. |
Commit Details:
Full Hash: b48c514db87d360ddfcadfcde582c0cae9344d6c
SVN Revision: 8767
Parent Commit: 10a4b1a
Lines Changed: +37, -26
7 Modified Paths:
/source/blender/blenkernel/BKE_armature.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+6, -6) (Diff)
/source/blender/blenkernel/intern/constraint.c (+2, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+4, -3) (Diff)
/source/blender/python/api2_2x/Constraint.c (+7, -7) (Diff)
/source/blender/src/buttons_object.c (+10, -7) (Diff)
/source/blender/blenkernel/intern/armature.c (+6, -6) (Diff)
/source/blender/blenkernel/intern/constraint.c (+2, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+4, -3) (Diff)
/source/blender/python/api2_2x/Constraint.c (+7, -7) (Diff)
/source/blender/src/buttons_object.c (+10, -7) (Diff)