blender_capture_viewport
Capture the current Blender viewport as an image to visually verify changes after every modification. Choose fast viewport or full render for feedback.
Instructions
Take a picture of what Blender is showing and return it as an image.
This is how you check your work - call it after a change and look at the result. 'viewport' is nearly instant, 'render' is the real deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'viewport' (fast offscreen 3D view), 'camera' (OpenGL through the scene camera), 'window' (whole Blender window) or 'render' (full render). | viewport |
| view | No | For mode='viewport': 'front', 'back', 'left', 'right', 'top', 'bottom', 'camera' or 'left'/'right' variants. | |
| width | No | ||
| height | No | ||
| output_path | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |