set_render_settings
Configure scene render settings including engine, resolution, samples, file format, and transparent background for final renders.
Instructions
Configure scene render settings.
Parameters:
engine: CYCLES (ray-traced, photorealistic), BLENDER_EEVEE (real-time), BLENDER_WORKBENCH (solid view)
width / height: Render resolution in pixels
samples: Number of render samples (affects quality/noise)
output_path: File path for saved renders (e.g. "C:/renders/frame_####.png")
file_format: PNG, JPEG, EXR, TIFF
transparent_background: True to render with alpha instead of background colour
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | No | ||
| width | No | ||
| height | No | ||
| samples | No | ||
| output_path | No | ||
| file_format | No | ||
| transparent_background | No |