Fix T41918, Missing operator in Node Editor Menus.
This operator was renamed in rB52d7c357781237ad6f128a6b6d550b34627c2a96 but the menu entry was not renamed.
This commit is contained in:
@@ -200,7 +200,7 @@ class NODE_MT_select(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("node.select_same_type")
|
||||
layout.operator("node.select_grouped")
|
||||
layout.operator("node.select_same_type_step").prev = True
|
||||
layout.operator("node.select_same_type_step").prev = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user