Blender Git Loki
Git Commits -> Revision 290b6d7
Revision 290b6d7 by Philipp Oeser (master) January 6, 2021, 10:35 (GMT) |
Fix T70316: Custom "Delete Keyframes" shortcut still requires confirmation Deleting keyframes in the dopesheet or graph editor always required confirmation, even if used ouside of the "Delete" menus. Now add a "confirm" option [same as for deleting objects], which can be disabled for immediate keyframe deletion. This will also change the default behavior and bring this in line with how object deletion works so there is one shortcut for bringing up the menu/confirmation and another shortcut to delete immediately without requiring confirmation / another click: - Blender Default keymap: "X" for menu, "Del" for immediate - Industry Compatible: "Backspace" for menu, "Del" for immediate Maniphest Tasks: T70316 Differential Revision: https://developer.blender.org/D9651 |
Commit Details:
Full Hash: 290b6d7ef327d963084792b65f7d8c79810b5e1f
Parent Commit: 4b56c18
Lines Changed: +8, -6
4 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+2, -2) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+2, -2) (Diff)
/source/blender/editors/space_action/action_edit.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+2, -1) (Diff)
/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py (+2, -2) (Diff)
/source/blender/editors/space_action/action_edit.c (+2, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+2, -1) (Diff)