Go to: Synopsis. Return value. Related. Flags. MEL examples.
dgeval [-src] [-verbose]
[objects]
dgeval is undoable, NOT queryable, and NOT editable.
The dgeval command is used to force a dependency graph evaluate of a node or plug. Used for debugging to find propagation problems. Normally the selection list is used to determine which objects to evaluate, but you can add to the selection list by specifying which objects you want on the command line.None
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-src(-src)
|
|
|||
|
||||
-verbose(-v)
|
|
|||
|
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. |
dgeval myNode; // Evaluate all (connected) plugs on "myNode" // Result: 5 // This means that 5 plugs were evaluated select myNode.tx; dgeval; // Evaluate myNode.tx only // Result: 1