Graph Editor: drag to box select keyframes
There is a keymap conflict with ctrl+tweak. Therefore, I did not include this yet. Reviewers: brecht Differential Revision: https://developer.blender.org/D4999
This commit is contained in:
@@ -1369,6 +1369,10 @@ def km_graph_editor(params):
|
||||
{"properties": [("axis_range", False), ("include_handles", True)]}),
|
||||
("graph.select_box", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True},
|
||||
{"properties": [("axis_range", True), ("include_handles", True)]}),
|
||||
("graph.select_box", {"type": params.select_tweak, "value": 'ANY'},
|
||||
{"properties": [("tweak", True), ("mode", 'SET')]}),
|
||||
("graph.select_box", {"type": params.select_tweak, "value": 'ANY', "shift": True},
|
||||
{"properties": [("tweak", True), ("mode", 'ADD')]}),
|
||||
("graph.select_lasso", {"type": params.action_tweak, "value": 'ANY', "ctrl": True},
|
||||
{"properties": [("mode", 'ADD')]}),
|
||||
("graph.select_lasso", {"type": params.action_tweak, "value": 'ANY', "shift": True, "ctrl": True},
|
||||
|
||||
Reference in New Issue
Block a user