Go to: Synopsis. Return value. Keywords. Related. MEL examples.

Synopsis

dgmodified

dgmodified is NOT undoable, NOT queryable, and NOT editable.

The dgmodified command is used to find out which nodes in the dependency graph have been modified. This is mostly useful for fixing instances where file new asks you to save when no changes have been made to the scene.

Return value

string[]list of all nodes that have been modified

Keywords

debug, modified, nodes

Related

dbcount, dgdirty, dgeval

MEL examples

// list all modified nodes
dgmodified;