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.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-chains(-c)
|
|
|
||
|
||||
-meshes(-m)
|
|
|
||
|
||||
// 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;