transfer_blend_shape.utils.undo module¶
-
class
transfer_blend_shape.utils.undo.UndoChunk¶ Bases:
objectWhen using QT to trigger commands, it is a known bug that the undo is split into individual cmds commands. Wrapping the command in this context will enforce that the entire action is undoable with one click.