omni.kit.undo

Submodules Summary:

omni.kit.undo.history

No submodule docstring provided

Functions Summary:

begin_disabled

Begin preventing **Commands** being added to the undo stack.

begin_group

Begin group of **Commands**.

can_redo

can_repeat

can_undo

clear_history

Clear **Command** execution history.

clear_stack

disabled

Prevent commands being added to the undo stack.

end_disabled

Stop preventing **Commands** being added to the undo stack.

end_group

End group of **Commands**.

execute

format_exception

Pretty format exception. Include exception info, call stack of exception itself and this function callstack.

get_history

Get **Command** execution history.

get_redo_stack

get_undo_stack

group

Group multiple commands in one.

redo

register_undo_commands

repeat

subscribe_on_change

subscribe_on_change_detailed

undo

unsubscribe_on_change

unsubscribe_on_change_detailed