Blender Git Loki
Git Commits -> Revision 8ab24bb
Revision 8ab24bb by Joshua Leung (master) September 19, 2009, 00:18 (GMT) |
2.5 - Pose Enhancement Tools This commit restores the 'Relax Pose' tool, and also introduces two others: 'Push Pose' and 'Pose Breakdowner'. Be aware that this commit is just the initial starting point, with some parts yet to be done. A short description of these tools follows: * Relax Pose (Alt-E) - makes the current pose more like the poses on either side of it * Push Pose (Ctrl-E) - exaggerates the current pose * Breakdowner (Shift-E)[not working yet] - when this works, it will allow for interactive selection of a good in-between pose to act as a breakdown. Todo's: * Connect up the 'percentage' slider in the operator settings to allow these effects to be dialed in/out, exaggerating/relaxing/moveing-between-keyframes by varying degrees until the desired effect is reached. * Allow these effects to be interactively dialed in/out. The idea is to use the mouse to interactively set the percentage slider value initially, then use the percentage slider to tweak later. * Figure out why breakdown breaks down |
Commit Details:
Full Hash: 8ab24bb2c2f38f3d52c985d83cf691274fa0d6f0
SVN Revision: 23342
Parent Commit: ad07133
Lines Changed: +859, -275
1 Added Path:
/source/blender/editors/armature/poseSlide.c (+722, -0) (View)
10 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+79, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+23, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+0, -79) (Diff)
/source/blender/editors/armature/armature_intern.h (+8, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+11, -0) (Diff)
/source/blender/editors/armature/poselib.c (+4, -3) (Diff)
/source/blender/editors/armature/poseobject.c (+3, -169) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+4, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -23) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+79, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+23, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+0, -79) (Diff)
/source/blender/editors/armature/armature_intern.h (+8, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+11, -0) (Diff)
/source/blender/editors/armature/poselib.c (+4, -3) (Diff)
/source/blender/editors/armature/poseobject.c (+3, -169) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+4, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -23) (Diff)