blender_refine_iteration
Run a single AI refinement loop: render the object from multiple angles, analyze with a vision model, and check convergence to get a score, issues, and a continue flag.
Instructions
Run one iteration of the AI refinement loop: render object from multiple angles, analyze with vision model, check for convergence. Returns score, issues, and whether to continue refining.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | No | Evaluation prompt for the vision model | |
| iteration | No | Current iteration number (0-based) | |
| object_name | No | Name of object being refined | |
| max_iterations | No | Maximum iterations before forced convergence (default: 10) | |
| previous_score | No | Score from previous iteration (for delta calculation) | |
| reference_image | No | Path to reference image for comparison |