pymel.core.system.flushUndo

flushUndo()

Removes everything from the undo queue, freeing up memory.

Modifications:
  • also clears pymel’s api undo queue

Derived from mel command maya.cmds.flushUndo

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.flushUndo()

Previous topic

pymel.core.system.findType

Next topic

pymel.core.system.fscanf

Core

Core Modules

Other Modules

This Page