pymel.core.system.flushUndo — PyMEL 1.0.7 documentation

pymel.core.system.flushUndo

flushUndo(*args, **kwargs)

Removes everything from the undo queue, freeing up memory.

Derived from mel command maya.cmds.flushUndo

Example:

import pymel.core as pm

pm.flushUndo()

Previous topic

pymel.core.system.findType

Next topic

pymel.core.system.fscanf

Core Modules

Type Modules

Other Modules

This Page