omni.kit.undo.history

Classes Summary:

HistoryEntry

HistoryEntry(name, kwargs, level, error)

OrderedDict

Dictionary that remembers insertion order

islice

islice(iterable, stop) –> islice object

Functions Summary:

add_history

Add a **Command** execution to the history.

change_history

Update the history entry for **key**.

clear_history

Clear **Command** execution history.

get_history

Get **Command** execution history.

get_history_item

lru_cache

Least-recently-used cache decorator.

namedtuple

Returns a new subclass of tuple with named fields.