Versions Compared

Key

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

...

Selection commands are a staple of CG software.  Shogun Shogun Post provides a flexible array of select functions, including this selectSet command, to meet just about any selection requirement.

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths10%, 11%, 13%, 66%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths18%, 15%, 14%, 13%, 40%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
all0Selects all members of all defined Selection Sets. Using this option removes the need to supply an argument.
a0rAdd to the current selection
r0aRemove from the current selection
priorityOnly0Selects only modules3 that are children of the priority module.

Return value

void

Examples

Code Block
languagetext
// First add several Selection Sets to the current selection. 

...


// Then remove one.

...


// Then select all Selection Set members.

...


selectSet -a head LeftLeg RightFoot;

...


selectSet -r LeftLeg;

...


selectSet -all;

Additional information

Related commands

...