render_image
Render the current Blender scene to an image file. Specify the output path and format (PNG, JPG, EXR, TIFF, BMP) for the saved result.
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 | |||