render_image
Render the current 3D scene to an image file. Specify an absolute output path with a supported extension (.png, .jpg, .exr, .tiff, .bmp).
Instructions
Render the current scene to an image file.
Args: filepath: Output file path for the rendered image. Must be an absolute path with a valid image extension (.png, .jpg, .exr, .tiff, .bmp).
Returns: Confirmation dict with the output file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | /tmp/render.png |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||