capture_viewport_angle
Captures the Blender viewport from a named angle (front, back, left, right, top, bottom, iso) and returns the image with a configurable maximum pixel size.
Instructions
Capture the Blender 3D viewport from a named angle and return it as an image.
Parameters:
angle: View direction. One of: front, back, left, right, top, bottom, iso_front_right, iso_front_left
max_size: Maximum pixel dimension (default 800)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | No | front | |
| max_size | No |