RumbaDocument

- class RumbaDocument
The Rumba document node plugin.
Methods
Is this document a sequence ?
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]