Blender Git Commit Log
Git Commits -> Revision eb1f657
Revision eb1f657 by Ton Roosendaal (master) August 27, 2005, 17:04 (GMT) |
IK work-in-progress commit; - Removed old convention that only allowed one "IK" connection for Bones in a joint. Was highly frustrating for editing trees or branches. In a next commit, there will be a different method to define IK target and IK root, so this option actually will become "Connect Bone" or so. - the IK group name is gone, now is just an option "Tree IK". When IK chains share a root they'll form a tree. Todo is preventing conflicts here (will be for editor to define IK Root) - Adding new IK constraint with CTRL+I activates Constraint |
Commit Details:
Full Hash: eb1f65768a742fce55dd755e9c51d4be2f73b5bc
SVN Revision: 5210
Parent Commit: 8f5bff6
Lines Changed: +39, -71
9 Modified Paths:
/source/blender/blenkernel/BKE_armature.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/armature.c (+5, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/include/BIF_editarmature.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+5, -5) (Diff)
/source/blender/src/buttons_editing.c (+14, -1) (Diff)
/source/blender/src/buttons_object.c (+2, -2) (Diff)
/source/blender/src/editarmature.c (+4, -52) (Diff)
/source/blender/src/poseobject.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+5, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/include/BIF_editarmature.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+5, -5) (Diff)
/source/blender/src/buttons_editing.c (+14, -1) (Diff)
/source/blender/src/buttons_object.c (+2, -2) (Diff)
/source/blender/src/editarmature.c (+4, -52) (Diff)
/source/blender/src/poseobject.c (+6, -0) (Diff)