Agentic Intelligence
Claude Code-style reasoning loop. The AI inspects objects, plans multi-step operations, executes scripts with savepoints, and self-corrects when things go wrong.
OtMate doesn't just generate scripts. It inspects your scene, reasons about what needs to happen, executes step by step, and verifies the results — like having an expert Blender TD alongside you.
Capabilities
From quick edits to full production pipelines — OtMate scales to match the complexity.
Claude Code-style reasoning loop. The AI inspects objects, plans multi-step operations, executes scripts with savepoints, and self-corrects when things go wrong.
Inspect objects, materials, keyframes, physics, armatures, vertex weights, modifiers — the AI sees everything before making changes.
Specialized knowledge for rigging, animation, physics, materials, modeling, lighting, and compositing. Expert prompts activate automatically.
Instant deltas for simple edits (<200ms). Template cache for known patterns. Full agentic loop for complex tasks. No wasted compute.
After execution, vision AI checks the rendered output against your intent. Multi-frame rendering verifies animations at start, middle, and end.
In-memory retrieval of Blender API patterns, physics recipes, material setups, and error fixes — injected into every generation call.
Every script execution creates a savepoint. Roll back individual steps without losing the rest of your work.
OtMate remembers context across prompts. Build on previous results, refine your scene iteratively, and maintain creative flow.
Anthropic, OpenRouter, Gemini, NVIDIA, Groq, Mistral, Modal, or Auto mode that intelligently routes to the best model per task.
Under the Hood
Traditional tools generate one script and hope it works. OtMate runs an autonomous reasoning loop.
Queries your scene — objects, materials, keyframes, physics, bone hierarchies. Never guesses about what exists.
Detects the domain (rigging, animation, physics...), loads expert knowledge, and plans a multi-step approach.
Runs scripts incrementally — one logical step at a time. Each creates a savepoint for safe rollback.
Inspects results after each step. Renders frames to check animation. If something breaks, tries a different approach.
Why OtMate
Most AI tools paste a script and hope for the best. OtMate actually understands your scene.
Setup
Local-first. Your scenes never leave your machine.
Edit → Preferences → Add-ons → Install the blender_server/ folder.
Enable "OtMate Server" — it listens on localhost:9999.
cd server && npm install && npm start
cd client && npm install && npm run dev
Add your AI API key to server/.env.
Open localhost:5173, type your prompt, and watch OtMate
inspect, plan, execute, and verify — all in real time.
Flexibility
OtMate works with 8 providers. Use free models or bring your own API keys.
Open Source · Free Forever
OtMate is free under MIT. You only pay for AI API calls you choose to make. Clone the repo and start building.