render_all_cameras
Render every camera in a scene at once and get a contact sheet with labelled results. Saves individual high-resolution renders to a directory.
Instructions
Render a still from every camera in the scene simultaneously and return a contact sheet with all results labelled by camera name.
Parameters:
width: Render width per camera in pixels (default 1920)
height: Render height per camera in pixels (default 1080)
samples: Cycles sample count (default 32, ignored for EEVEE)
output_dir: Directory to save individual renders (temp dir if omitted)
Returns a composited contact sheet image. Individual renders are also saved to output_dir so you can access them at full resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| samples | No | ||
| output_dir | No |