/
getParameters

getParameters

Description

Returns a list of the names of the parameters of a character.

Parameters are stored on characters and used by bones and constraints. The getParameters command returns a string array of the names of all of the parameter on a character.

By default, the command expects the character to be selected, but -onMod can be used to specify the character without having to select it.

Has options for static or dynamic parameters only.

Functional area

Parameters

Command syntax

Syntax

getParameters [-onMod string] [-staticOnly] [-dynamicOnly] [-solving]

Arguments

None

Flags

NameFlag argumentsArgument typeExclusive toComments
onMod1stringSpecifies which character you want to get the parameters of.
staticOnly



dynamicOnly



solving



Return value

string array

Returns a string array of parameter names.

Examples

// Get a list of all the parameters on the character named Bob.
string $params[] = `getParameters -onMod "Bob"`;

Additional information

Related commands


Related content


© Copyright Vicon Motion Systems. All rights reserved.

Vicon trademarks