What problem does it solve?
It removes the repetitive effort of building and rendering 3D scenes by hand in Blender, especially when you need consistent results across many jobs or want to iteratively edit a scene in real time.
Core Features & Use Cases
- Headless batch rendering (deterministic pipelines): Run Blender in background mode using a structured JSON scene description to create objects, lights, a camera, and render outputs.
- Live GUI bridge (interactive editing & previews): Control a running local Blender session through a whitelisted, token-authenticated HTTP bridge provided by a Blender addon.
- Asset import/export + viewport previews: Import OBJ/GLTF/GLB assets, export to common formats, and generate PNG viewport previews without manual clicking.
Quick Start
Ask the AI to create a cube scene by running blender.buildScene with the provided JSON, then render and save the output image.