Fix T44795: same menu item for different command in node editor.
We have too much of those cases in our UI, if we want to keep operators doing several similar/related but yet different tasks, we should have a real way to support it on label/icon/tip side too. Easier to say than to do though. :|
This commit is contained in:
@@ -209,8 +209,8 @@ class NODE_MT_select(Menu):
|
||||
layout.separator()
|
||||
|
||||
layout.operator("node.select_grouped").extend = False
|
||||
layout.operator("node.select_same_type_step").prev = True
|
||||
layout.operator("node.select_same_type_step").prev = False
|
||||
layout.operator("node.select_same_type_step", text="Activate Same Type Previous").prev = True
|
||||
layout.operator("node.select_same_type_step", text="Activate Same Type Next").prev = False
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
Reference in New Issue
Block a user