Use show to turn on the visibility of named objects in your scene. No arguments turns on visibility for all modules.
Data manipulators
show name1 name2 ...[-s] |
Name | Type | Required | Comments |
---|---|---|---|
name | Name of modules in the scene. |
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
s | 0 | — | — | Show only the selected objects |
void
show RANK; // Sets visibility of RANK module to "on".
show; // Set visibility of all modules to "on"