/
selectByParameter

selectByParameter

Description

Selects nodes using the given parameter.

Parameters can be used on bones and constraints. The selectByParameter command selects the bones and constraints that use the given parameter.

Functional area

Parameters

Command syntax

Syntax

selectByParameter parameterName [-onMod string] [-a] [-r] [-solving]

Arguments

NameTypeRequiredComments
parameterNamestringYesThe name of the required parameter

Flags

NameFlag argumentsArgument typeExclusive toComments
onMod1stringSpecifies the character that owns the parameter.
a0rAdds to the current selection.
r0aRemoves from the current selection.
solving



Return value

void

Examples

// Select all the nodes that use the parameter named LowerLegLength
// on character Bob
selectByParameter "LowerLegLength" -onMod -Bob;

Additional information

Related commands