Blender Git Commit Log
Git Commits -> Revision 5844560
Revision 5844560 by Joshua Leung (master) January 25, 2010, 10:16 (GMT) |
Restored missing PoseMode Operators: * Select Grouped Selects bones in the same layer or same group as the selected ones. Optimised the code for the select same groups too. * Flip Quats Flips quaternion values so that the rotation progresses over a different path while maintaining the same endpoint orientations. |
Commit Details:
Full Hash: 5844560ec2384f2e1208fdd6c2298df048c18461
SVN Revision: 26241
Parent Commit: 4149924
Lines Changed: +242, -109
6 Modified Paths:
/release/scripts/ui/space_view3d.py (+5, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+1, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_intern.h (+3, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+6, -0) (Diff)
/source/blender/editors/armature/poseobject.c (+226, -108) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+1, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_intern.h (+3, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+6, -0) (Diff)
/source/blender/editors/armature/poseobject.c (+226, -108) (Diff)