synthpic2.recipe.synth_chain.state

Module for the State class.

Module Contents

Classes

RuntimeState

Class to store and control the state of the runtime.

State

Class to handle blender states.

class synthpic2.recipe.synth_chain.state.RuntimeState

Class to store and control the state of the runtime.

_target_: str = 'synthpic2.recipe.synth_chain.state.RuntimeState'
time: float = 0.0
seed: int
class synthpic2.recipe.synth_chain.state.State

Bases: synthpic2.recipe.registries.SelfRegisteringAttrsMixin

Class to handle blender states.

property _registry: synthpic2.recipe.registries.Registry
runtime_state: RuntimeState
name: str | None
file_root: synthpic2.custom_types.AnyPath | None
__attrs_post_init__() None
save_to_disk() None
load_from_disk() None
delete() None
unregister() None