Removed buttons in node headers for hiding unused sockets and for hiding the (non-socket) option buttons. These are rarely used buttons that only complicate the UI. Alternatively these operators can still be accessed in the Node menu of the node editor window, "Toggle Hidden Node Sockets" and "Toggle Node Options" respectively.

This commit is contained in:
Lukas Toenne
2011-12-18 17:59:04 +00:00
parent 5f6bd44c82
commit 24785cc16a
2 changed files with 1 additions and 20 deletions

View File

@@ -156,6 +156,7 @@ class NODE_MT_node(Menu):
layout.operator("node.mute_toggle")
layout.operator("node.preview_toggle")
layout.operator("node.hide_socket_toggle")
layout.operator("node.options_toggle")
layout.separator()