Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

hide ["name1" "name2" ...] [-u] [-primary] [-t]

Arguments

NameTypeRequiredComments
name1, name2
No

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths12%, 15%, 14%, 16%, 43%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
u0primaryHide unselected only
primary0uHide only primary selection
t0Toggle visibility on all modules. Doesn't respect other options
all0u, primary

Return value

void

Examples

Code Block
languagetext
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

...