blender_analyze_viewport
Analyze 3D models by rendering multi-angle views for vision-model evaluation, returning structured feedback, quality scores, and fix suggestions for iterative mesh refinement.
Instructions
Render multi-angle views and analyze with Ollama vision model. Returns structured feedback with quality score, issues, and fix suggestions for iterative mesh refinement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Analysis prompt/instructions for the vision model | |
| resolution | No | Render resolution [width, height] (default: [512, 512]) | |
| object_name | No | Name of object to analyze (omit for all) | |
| ollama_host | No | Ollama server URL (default: http://127.0.0.1:11434) | |
| ollama_model | No | Vision model name (default: llama3.2-vision:11b) | |
| reference_image | No | Path to reference image for comparison |