Node Editor
To complete previous commit: New "Activate same type next/prev" operator - replaces the two not working previous ones. This selects/activates and views the next or previous node of same type. Shortcuts: Shift ] and Shift [
This commit is contained in:
@@ -152,8 +152,8 @@ class NODE_MT_select(Menu):
|
||||
layout.operator("node.select_linked_from")
|
||||
layout.operator("node.select_linked_to")
|
||||
layout.operator("node.select_same_type")
|
||||
layout.operator("node.select_same_type_next")
|
||||
layout.operator("node.select_same_type_prev")
|
||||
layout.operator("node.select_same_type_step").prev = True
|
||||
layout.operator("node.select_same_type_step").prev = False
|
||||
|
||||
|
||||
class NODE_MT_node(Menu):
|
||||
|
Reference in New Issue
Block a user