Removed the "Show Cyclic Dependencies" operator for nodes. This operator is an old relic implemented for showing cyclic node connections as red links. This is not necessary any more, the operator simply
called the generic node tree update function, which is happening anyway after all relevant node operators (if it doesn't that has to be considered a bug). It has been suggested to better use the C key for circle select, this remains to be discussed.
This commit is contained in:
@@ -233,7 +233,6 @@ class NODE_MT_node(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("node.show_cyclic_dependencies")
|
||||
layout.operator("node.read_renderlayers")
|
||||
layout.operator("node.read_fullsamplelayers")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user