render_set_output
Set the render output file path and choose image format, color mode, depth, and compression or quality.
Instructions
Configure render output path and format.
Args: filepath: Output file path (use // for relative to .blend) file_format: PNG, JPEG, OPEN_EXR, TIFF, BMP, HDR color_mode: BW, RGB, RGBA color_depth: 8, 16, 32 (depends on format) compression: PNG compression 0-100 (default 15) quality: JPEG quality 0-100 (default 90)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quality | No | ||
| filepath | Yes | ||
| color_mode | No | RGBA | |
| color_depth | No | 8 | |
| compression | No | ||
| file_format | No | PNG |