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:
authorPhilipp Oeser <info@graphics-engineer.com>2019-03-12 14:18:50 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-03-12 14:42:54 +0300
commit61b14817280d42ca136053e69c6af15c6da376ea (patch)
tree04e8696487b384bab76384cd237f50e8f1a0ebd9 /node_wrangler.py
parent2bc3cae4cd731670480e7c47f35c5394e457b60d (diff)
Node Wrangler: Lazy Connect always called with menu
Once used with the 'with_menu' option this could not be used without menu anymore. Fixes T62469
Diffstat (limited to 'node_wrangler.py')
-rw-r--r--node_wrangler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index 618407de..f4d06f76 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -4656,7 +4656,7 @@ kmi_defs = (
# Lazy Mix
(NWLazyMix.bl_idname, 'RIGHTMOUSE', 'PRESS', False, False, True, None, "Lazy Mix"),
# Lazy Connect
- (NWLazyConnect.bl_idname, 'RIGHTMOUSE', 'PRESS', True, False, False, None, "Lazy Connect"),
+ (NWLazyConnect.bl_idname, 'RIGHTMOUSE', 'PRESS', True, False, False, (('with_menu', False),), "Lazy Connect"),
# Lazy Connect with Menu
(NWLazyConnect.bl_idname, 'RIGHTMOUSE', 'PRESS', True, True, False, (('with_menu', True),), "Lazy Connect with Socket Menu"),
# Viewer Tile Center