Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_node.py
| Context not available. | |||||
| layout.separator() | layout.separator() | ||||
| layout.operator("node.select_all").action = 'TOGGLE' | layout.operator("node.select_all").action = 'TOGGLE' | ||||
| layout.operator("node.select_all", text="Inverse").action = 'INVERT' | layout.operator("node.select_all", text="Invert").action = 'INVERT' | ||||
| layout.operator("node.select_linked_from") | layout.operator("node.select_linked_from") | ||||
| layout.operator("node.select_linked_to") | layout.operator("node.select_linked_to") | ||||
| Context not available. | |||||