Select: Add 'deselect on nothing' to Graph (fcurves) editor.
Part of T63995.
This commit is contained in:
@@ -1381,7 +1381,8 @@ def km_graph_editor(params):
|
||||
{"properties": [("data_path", 'space_data.show_handles')]}),
|
||||
("graph.cursor_set", {"type": params.action_mouse, "value": 'PRESS'}, None),
|
||||
("graph.clickselect", {"type": params.select_mouse, "value": 'PRESS'},
|
||||
{"properties": [("extend", False), ("column", False), ("curves", False)]}),
|
||||
{"properties": [("extend", False), ("deselect_all", not params.legacy),
|
||||
("column", False), ("curves", False)]}),
|
||||
("graph.clickselect", {"type": params.select_mouse, "value": 'PRESS', "alt": True},
|
||||
{"properties": [("extend", False), ("column", True), ("curves", False)]}),
|
||||
("graph.clickselect", {"type": params.select_mouse, "value": 'PRESS', "shift": True},
|
||||
|
||||
Reference in New Issue
Block a user