get_viewport_screenshot
Capture the current Blender 3D viewport as an image for documentation, sharing progress, or visual reference during AI-assisted modeling workflows.
Instructions
Capture a screenshot of the current Blender 3D viewport.
Parameters:
- max_size: Maximum size in pixels for the largest dimension (default: 800) 
Returns the screenshot as an Image.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| max_size | No | 
Input Schema (JSON Schema)
{
  "properties": {
    "max_size": {
      "default": 800,
      "title": "Max Size",
      "type": "integer"
    }
  },
  "title": "get_viewport_screenshotArguments",
  "type": "object"
}