Blender Git Commit Log
Git Commits -> Revision 66a028a
Revision 66a028a by Antonis Ryakiotakis (master) March 31, 2015, 14:45 (GMT) |
Proportional editing for IPO editor - version ready for feedback by artists. This works by using the distance in the x axis only (usually artists want to influence nearby keyframes based on timing, not value). Tweaking handles is the same as tweaking the central handle. It's a bit ambiguous if proportional editing is really meaningful for handles but will leave that for artists to decide. |
Commit Details:
Full Hash: 66a028a5761c44fa37963443c78bd7baf04ff551
Parent Commit: 41f9cdc
Lines Changed: +201, -65
6 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+6, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+3, -2) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+5, -1) (Diff)
/source/blender/editors/transform/transform.c (+6, -0) (Diff)
/source/blender/editors/transform/transform_constraints.c (+13, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+168, -60) (Diff)
/source/blender/editors/include/ED_anim_api.h (+3, -2) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+5, -1) (Diff)
/source/blender/editors/transform/transform.c (+6, -0) (Diff)
/source/blender/editors/transform/transform_constraints.c (+13, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+168, -60) (Diff)