synthpic2.recipe.synth_chain.rendering_steps.state

Module for State handling steps.

Module Contents

Classes

SaveState

Synth chain step to save a state to disk.

class synthpic2.recipe.synth_chain.rendering_steps.state.SaveState

Bases: synthpic2.recipe.synth_chain.rendering_steps.rendering.ParametricRenderingStep

Synth chain step to save a state to disk.

name: str | None
__call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState

NotImplemented