/
getSolversFirst

getSolversFirst

Description

Returns the current state of the solvers after clip/blends. If this is true then solvers update before clips when the user issues a command.

This command is useful when you are blending and looping data.

Functional area

Skeletal solving

Command syntax

Syntax

getSolversFirst

Arguments

None

Flags

None

Return value

boolean

Examples

//Get and print the current state of the Solvers After Clip/Blends
boolean $n = `getSolversFirst`; 
print $n;

Additional information

Related commands