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:
Lukas Toenne
2013-11-06 18:56:51 +00:00
parent 7398600090
commit 549ed3d378
4 changed files with 0 additions and 33 deletions

View File

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