Go to: Synopsis. Return value. Keywords. Related. MEL examples.
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.string[] | list of all nodes that have been modified |
// list all modified nodes dgmodified;