Blender Git Commit Log
Git Commits -> Revision a801487
Revision a801487 by Sybren A. Stüvel (master) March 10, 2020, 13:02 (GMT) |
Fix T65076: Missing EasingType implementation on the Dopesheet EasingType was implemented rBdaccaa713b6e for the GraphEditor (but never made it to the Dopesheet). If you can select Easing Mode in the DopeSheet, then you should also be able to select the associated Easing Type. Thanks @lichtwerk for the initial implementation. Maniphest Tasks: T65076 Differential Revision: https://developer.blender.org/D6094 |
Commit Details:
Full Hash: a801487ef5049d9f4ecf947942761566bc64a176
Parent Commit: ca717f0
Lines Changed: +83, -30
7 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_dopesheet.py (+2, -0) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+18, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+8, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+52, -30) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_dopesheet.py (+2, -0) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+18, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+8, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+52, -30) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+1, -0) (Diff)