RumbaDocument

Inheritance diagram of rumba_ext.RumbaDocument
class RumbaDocument

The Rumba document node plugin.

Methods

is_sequence()

Is this document a sequence ?

sequence_media()

Return the sequence media node associated with the document.

set_state(state, progress)

Set the document's state.

state()

Get the document's state.

class State

The shot document states.

Members:

editable : The document is loaded and editable.

read_only : The document is loaded but not editable.

unloaded : The document is not loaded in memory.

__init__()
__init__(*args, **kwargs)
is_sequence() bool

Is this document a sequence ?

Return type

bool

sequence_media() Optional[maquina.Node]

Return the sequence media node associated with the document.

Return type

Optional[maquina.Node]

set_state(state: State, progress: maquina.ProgressCallback) None

Set the document’s state.

After modifying the state, the calling document node and plugin should be considered dead.

state() State

Get the document’s state.

Return type

State