generate_blender_script
Convert natural language prompts into ready-to-run Blender Python scripts. Describe the 3D operation you need and get the code.
Instructions
Generate a Blender Python script from a natural language prompt using a local LLM (Ollama).
Return Format
Standard dict with keys: success, script, error
Examples
await call_tool("generate_blender_script", {"prompt": "create a cube at origin", "model": "llama3.2"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | llama3.2 | |
| prompt | Yes | ||
| ollama_url | No | http://localhost:11434 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||