blender_ai_evaluate
Evaluate 3D renders or outputs using vision AI. Get structured scores and improvement suggestions for models, textures, or animations based on category-specific criteria.
Instructions
Evaluate any render or output (model, texture, animation) using Ollama vision with category-specific criteria. Returns structured scores and improvement suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Additional evaluation context or instructions | |
| category | No | Evaluation category: model (geometry/proportions), texture (PBR/tiling), or animation (motion/timing) | model |
| ollama_host | No | Ollama server URL (default: http://127.0.0.1:11434) | |
| render_path | Yes | Path to the rendered image to evaluate | |
| ollama_model | No | Vision model name (default: llama3.2-vision:11b) | |
| reference_image | No | Optional reference image path for comparison |