Thursday, 28 March 2024

Can't undo in Maya

The Issue:

// Error: line 1: The undo queue is turned off.

:(


The Fix:

In script editor, on a python tab, run:

cmds.undoInfo(state=True)

:)

1 comment:

  1. Does it recover the undo queue ? if not you can just go into windows>preferences>undo to turn it back on I guess

    ReplyDelete