Blender Git Commit Log
Git Commits -> Revision 5c13e82
Revision 5c13e82 by Joshua Leung (master) December 5, 2007, 11:19 (GMT) |
Two transform tweaks: * [Peach Request] AutoIK now respects axis locking (rotation locks). - Temporary DOF-Locks are turned on for those bones that are part of an AutoIK chain while transforming. These locks get cleared after transforming. - This works for all bones except the root bone of the chain, which doesn't seem to be able to be locked. * Limit Location constraint can now optionally affect Translations too (i.e. NKEY panel values won't change). - LimitRot,LimitScale support (for their respective transforms) will be done at a later date - This only works if the constraint is using World/Local space (the other spaces are not supported yet). - I've added a temporary button in the LimitLoc panel to enable this option (it is disabled by default). This button will be properly assigned a place in that panel sometime. |
Commit Details:
Full Hash: 5c13e8214062515779cde61fb57d4a8e29cd0c57
SVN Revision: 12792
Parent Commit: 8493fa9
Lines Changed: +125, -25
7 Modified Paths:
/source/blender/blenkernel/intern/armature.c (+3, -3) (Diff)
/source/blender/include/transform.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+6, -4) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+6, -4) (Diff)
/source/blender/src/buttons_object.c (+3, -1) (Diff)
/source/blender/src/transform.c (+81, -4) (Diff)
/source/blender/src/transform_conversions.c (+24, -9) (Diff)
/source/blender/include/transform.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+6, -4) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+6, -4) (Diff)
/source/blender/src/buttons_object.c (+3, -1) (Diff)
/source/blender/src/transform.c (+81, -4) (Diff)
/source/blender/src/transform_conversions.c (+24, -9) (Diff)