blender_ai_generate
Generate 3D meshes via external AI backends and import into Blender.
Instructions
Generate 3D meshes via external AI backends and import into Blender.
Backends (set API keys in environment):
tripo: TRIPO_API_KEY
rodin: RODIN_API_KEY or HYPER3D_API_KEY
hunyuan: HUNYUAN3D_API_KEY (+ optional HUNYUAN3D_API_URL)
Operations:
generate: text/image-to-3D, poll, download, import
list_backends: show configured backends and env var names
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("blender_ai_generate", {"operation": "generate", "prompt": "a red chair"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | ||
| backend | No | tripo | |
| operation | No | generate | |
| image_path | No | ||
| object_name | No | ||
| poll_timeout | No | ||
| output_format | No | glb |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||