make node select_all consistent with other select operators, also add Ctrl+I, select inverse to node space.

This commit is contained in:
2012-08-01 13:28:19 +00:00
parent 507a49add5
commit 179d00fb9c
8 changed files with 52 additions and 28 deletions

View File

@@ -135,7 +135,8 @@ class NODE_MT_select(Menu):
layout.operator("node.select_border")
layout.separator()
layout.operator("node.select_all")
layout.operator("node.select_all").action = 'TOGGLE'
layout.operator("node.select_all", text="Inverse").action = 'INVERT'
layout.operator("node.select_linked_from")
layout.operator("node.select_linked_to")
layout.operator("node.select_same_type")