blender_get_viewport_screenshot
Capture the current Blender 3D viewport as an inline PNG image to visually inspect the scene state.
Instructions
Capture a screenshot of the current Blender 3D viewport.
Renders using OpenGL and returns the image inline. Great for inspecting the current state of the scene visually.
Args:
params: ViewportScreenshotInput with max_size (default 800px).
Returns: An inline PNG image of the viewport, or an error string if capture fails.
Example: blender_get_viewport_screenshot(max_size=1024)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |