splineIK.utils.undo module

class splineIK.utils.undo.UndoChunkContext

Bases: object

The undo context is used to combine a chain of commands into one undo. Can be used in combination with the “with” statement.

with UndoChunkContext():
# code