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.
Parameters
selectByParameter parameterName [-onMod string] [-a] [-r] [-solving] |
Name | Type | Required | Comments |
---|---|---|---|
parameterName | string | Yes | The name of the required parameter |
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Specifies the character that owns the parameter. |
a | 0 | — | r | Adds to the current selection. |
r | 0 | — | a | Removes from the current selection. |
solving |
void
// Select all the nodes that use the parameter named LowerLegLength // on character Bob selectByParameter "LowerLegLength" -onMod -Bob; |