Versions Compared

Key

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

...

NameFlag argumentsArgument typeExclusive toComments
a0rAdds to the current selection in the scene
r0aRemoves from the current selection in the scene
recursive0Selects all parents of the nodes indicated.

Return value

void

Examples

Code Block
languagetext
// This command will select the indicated nodes and their

...


// immediate parents.

...


selectParent -r lcollar rcollar;

Additional information

Related commands

...