Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
deformerEvaluator [-chains] [-meshes]
deformerEvaluator is NOT undoable, queryable, and NOT editable.
Print debug information about deformer evaluator status. In
query mode the debug information is returned as a string[],
otherwise the information is displayed in the script editor.
string[] | the debug information when query mode is used. |
In query mode, return type is based on queried flag.
OpenCL, debug
chains, meshes
Long name (short name) |
Argument types |
Properties |
-chains(-c)
|
|
|
|
Print information about all supported deformation chains.
|
|
-meshes(-m)
|
|
|
|
Print information about all meshes.
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
// Print information about selected nodes
deformerEvaluator;
// Print all active deformation chains.
deformerEvaluator -chains;
// Print a chain for each mesh or a reason it is not supported
deformerEvaluator -meshes;
// For each selected node print the chain or a reason it is not supported
deformerEvaluator;