Industry Compat Keymap: Suppurt MMB for translating nodes

Consistent with 3D View and animation editors.
This commit is contained in:
William Reynish 2019-05-02 16:28:13 +02:00
parent f8bed5ccdc
commit 8ae6effa91
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ def km_node_editor(params):
("node.clear_viewer_border", {"type": 'Z', "value": 'PRESS', "alt": True}, None),
("node.translate_attach", {"type": 'W', "value": 'PRESS'}, None),
("node.translate_attach", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
("node.translate_attach", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None),
("node.translate_attach", {"type": 'EVT_TWEAK_M', "value": 'ANY'}, None),
("transform.translate", {"type": 'W', "value": 'PRESS'},
{"properties": [("release_confirm", True)]}),
("transform.translate", {"type": 'EVT_TWEAK_L', "value": 'ANY'},