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
This commit is contained in:
Philipp Oeser 2019-03-12 12:18:50 +01:00
parent 2bc3cae4cd
commit 61b1481728
Notes: blender-bot 2023-02-14 19:18:48 +01:00
Referenced by issue #62469, Node Wrangler BUG
1 changed files with 1 additions and 1 deletions

View File

@ -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