Blender Git Loki
Git Commits -> Revision c1e5d96
Revision c1e5d96 by Antonis Ryakiotakis (master) April 7, 2015, 18:49 (GMT) |
Proportional editing support for the action editor. There are a few things here which are not so nice: * Position of proportional edit circle is not centered on data (difficult to predict positions here since those are completely custom, will probably be positioned at center of area later instead) * Result is flushed to curve handles only at the end of the transform, so if people have the graph editor open they will see handles lagging behind. |
Commit Details:
Full Hash: c1e5d966c60876453dc7b66e0c23065088e8b94b
Parent Commit: 662c2cd
Lines Changed: +211, -53
6 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+6, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+5, -1) (Diff)
/source/blender/editors/transform/transform.c (+13, -2) (Diff)
/source/blender/editors/transform/transform_constraints.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+185, -48) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_ops.c (+5, -1) (Diff)
/source/blender/editors/transform/transform.c (+13, -2) (Diff)
/source/blender/editors/transform/transform_constraints.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+185, -48) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)