skinning.vendor.apiundo module

Commit to Maya’s internal Undo queue

skinning.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
skinning.vendor.apiundo.install()

Load this module as a plug-in

Call this prior to using the module.

skinning.vendor.apiundo.uninstall()

Undo install()

This unregisters the associated plug-in.