/
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
Name | Type | Required | Comments |
---|---|---|---|
parameterName | string | Yes | The name of the required parameter |
Flags
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 |
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
- addParameter
- getParameter
- getParameters
- hasParameter
- listParameters
- removeAllParameters
- removeParameter
- removeUnusedParameters
- renameParameter
- setParameter
, multiple selections available,