render_image
Convert 3D scenes to image files in Blender. Save renders as PNG, JPG, EXR, TIFF, or BMP formats by specifying an absolute file path.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | /tmp/render.png |