...
hide ["name1" "name2" ...] [-u] [-primary] [-t] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
name1, name2 | No |
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
u | 0 | — | primary | Hide unselected only |
primary | 0 | — | u | Hide only primary selection |
t | 0 | — | — | Toggle visibility on all modules. Doesn't respect other options |
all | 0 | — | u, primary | — |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
hide -u; |
...
// Hide all modules in the scene, except for the group |
...
// that is currently selected. Hidden modules stay hidden |
...
// until you employ the show command. |
Additional information
Related commands
...