render_and_view
Render a 3D scene to a PNG image with adjustable engine, resolution, and sample settings, then automatically display the result for review.
Instructions
Render a still and return the image so you must look at it.
Args: output: PNG destination under the output folder. blend_file: Optional .blend to open first. engine: Prefer EEVEE while iterating. samples: Sample count. width: Width in pixels. height: Height in pixels. target: "auto", "live" or "headless".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| engine | No | EEVEE | |
| height | No | ||
| output | No | render.png | |
| target | No | auto | |
| samples | No | ||
| blend_file | No |