Undo and Redo

 
 
 

Certain actions associated with messages can be undone by sending an UNDO message. These are labeled as undoable messages. Any undoable message can also be redone via the REDO message.

In order to fully leverage the Showcase undo and redo system one should always try to use the message system where possible rather than using direct calls via the Python API.