mango.vendor.apiundo module¶
Commit to Maya’s internal Undo queue
-
mango.vendor.apiundo.commit(undo, redo=<function <lambda>>)¶ Commit undo and redo to history
- Arguments:
- undo (func): Call this function on next undo redo (func, optional): Like undo, for for redo
-
mango.vendor.apiundo.install()¶ Load this module as a plug-in
Call this prior to using the module.
-
mango.vendor.apiundo.uninstall()¶ Undo install()
This unregisters the associated plug-in.