Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Select commands are a staple of CG software. Shogun  Shogun Post provides a flexible array of select functions to meet any selection requirement. This flexibility is especially powerful when deployed in scripts.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefault
style
widths19%, 15%, 14%, 13%, 39%
stylesortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
all0Operates on all modules in the scene.
a0rAdds to the existing selection
r0aRemoves from the existing selection
removePrimary0a, rRemoves the primary module from the selection.
invert0a, r, tSelects all modules not selected and deselects all modules selected.
t0a, r, invertToggles the selection state of the specified modules
priority0Looks under the priority module first for the modules to select.
priorityOnly0Looks under the priority module only for the modules to select.

Return value

void

Examples

...

...

// module LMT1 will be the sole selection after executing this sequence.

...


select LHEL LANK LTOE LMT1 LMT5;

...


select -r LMT1;

...


select -t LHEL LANK LTOE LMT1 LMT5

Scroll pagebreak

Additional information

...