get_viewport_screenshot
Capture a screenshot of the Blender 3D viewport in fast or full render mode, with configurable maximum image size.
Instructions
Capture a screenshot of the current Blender 3D viewport.
Args: max_size: Maximum size in pixels for the largest dimension (default: 1000). mode: Capture mode - 'fast' for instant viewport capture using OpenGL (default), 'full' for a complete render through the active render engine.
Returns: Dict with base64-encoded PNG image data, width, height, format, and mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_size | No | ||
| mode | No | fast |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||