Blender Git Commit Log
Git Commits -> Revision 4d273d8
Revision 4d273d8 by Ton Roosendaal (master) July 24, 2005, 11:36 (GMT) |
Armature-Pose IK goodies! - Added option to the IK buttons, to have it use the 'tip' as end of the IK chain. I never really understood this old convention (IK didn't work on the Bone itself). Old files still will read OK though. But I made the "To Tip" a default when adding new IK constraints. - Hotkey CTRL+I: add IK, with option to have it adding an Empty target, or use a selected Bone as target. With the new non-modal PoseMode, it gives instant access to playing with the IK chain. - Hotkey ALT+I: clears IK, on all selected Bones - Hotkey ALT+C: clears Constraints on all selected Bones (incl IK) |
Commit Details:
Full Hash: 4d273d8d5b9eb471f82ee49819905eedb68d6a4f
SVN Revision: 4903
Parent Commit: 1d27a76
Lines Changed: +218, -35
10 Modified Paths:
/source/blender/blenkernel/BKE_constraint.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+8, -4) (Diff)
/source/blender/blenkernel/intern/constraint.c (+12, -5) (Diff)
/source/blender/blenkernel/intern/object.c (+2, -2) (Diff)
/source/blender/include/BIF_poseobject.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+5, -4) (Diff)
/source/blender/src/buttons_object.c (+6, -3) (Diff)
/source/blender/src/editarmature.c (+1, -2) (Diff)
/source/blender/src/poseobject.c (+163, -13) (Diff)
/source/blender/src/space.c (+16, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+8, -4) (Diff)
/source/blender/blenkernel/intern/constraint.c (+12, -5) (Diff)
/source/blender/blenkernel/intern/object.c (+2, -2) (Diff)
/source/blender/include/BIF_poseobject.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+5, -4) (Diff)
/source/blender/src/buttons_object.c (+6, -3) (Diff)
/source/blender/src/editarmature.c (+1, -2) (Diff)
/source/blender/src/poseobject.c (+163, -13) (Diff)
/source/blender/src/space.c (+16, -1) (Diff)