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.
Skeletal solving
getSolversFirst |
None
None
boolean
//Get and print the current state of the Solvers After Clip/Blends boolean $n = `getSolversFirst`; print $n; |