Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-23 16:53:01 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-23 17:01:27 +0300
commit8959f1798cfc86924493347304118c61bd5c7f7a (patch)
tree547f68e55689efe12d98d5067e108f1de2b7bf0f /node_wrangler.py
parentbd6178fa6fe6b65c009ca8b8117fdb9fd3bc61b8 (diff)
Update for keymap changes.
Diffstat (limited to 'node_wrangler.py')
-rw-r--r--node_wrangler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index 0d30f3b6..0c0a2b40 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -557,7 +557,6 @@ def nice_hotkey_name(punc):
('LEFTMOUSE', "LMB"),
('MIDDLEMOUSE', "MMB"),
('RIGHTMOUSE', "RMB"),
- ('SELECTMOUSE', "Select"),
('WHEELUPMOUSE', "Wheel Up"),
('WHEELDOWNMOUSE', "Wheel Down"),
('WHEELINMOUSE', "Wheel In"),