blender_ai_generate_model_sync
Create a 3D model from a text prompt or image, wait for it to finish generating, and import it into Blender. Returns the completed model in your selected format.
Instructions
Generate a 3D model and wait for completion (synchronous). Combines generate + poll + optional import in one call. Returns the final model when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Generation style | |
| prompt | No | Text description of the model to generate | |
| quality | No | Generation quality level | medium |
| max_wait | No | Maximum wait time in seconds (default: 300) | |
| image_path | No | Path to input image for image-to-3D generation | |
| auto_import | No | Automatically import the completed model into Blender | |
| output_format | No | Output file format | glb |