generate_blender_script
Generate Blender Python scripts from natural language descriptions using a local LLM. Automate 3D scene creation and manipulation without manual coding.
Instructions
Generate a Blender Python script from a natural language prompt using a local LLM (Ollama).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| model | No | llama3.2 | |
| ollama_url | No | http://localhost:11434 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |