Use this path to verify the project, inspect registered scenes, render one scene, and inspect the generated build.
studio doctor
studio doctor --catalog
If studio is not available in your shell, install the project first:
python -m pip install -e ".[dev]"
List registered decks and scenes:
studio list
Current deck IDs include:
examplesmatrix_worklossesCheck one registered target:
studio validate examples/square_to_circle
Validate the whole catalog:
studio catalog validate
Render the minimal Manim scene with the fast draft profile:
studio render examples/square_to_circle --profile draft
The command prints a build ID and a path under builds/. Keep the build ID for
inspection.
studio inspect <build-id>
Build inspection shows status, target, profile, preflight result, smoke render result when present, logs, artifacts, and discovered beat metadata.
List beats for a registered scene:
studio beats matrix_work/vectors_ab_to_v
Render one beat:
studio render matrix_work/vectors_ab_to_v --profile draft --beat resultant
Named beat rendering is section-aware. If a beat depends on earlier scene state, render the full scene and review the selected section artifact.
Build a deck with review artifacts:
studio build examples --profile review
Export an all-slides deck to PowerPoint:
studio export <all-slide-deck> --format pptx --profile final
PPTX export currently requires every scene in the deck to use
renderer: manim-slides.