render_all_cameras
Render a still from every camera in the scene and combine the results into a labelled contact sheet.
Instructions
Render a still from every camera in the scene 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: Sample count for Cycles and EEVEE (default 32)
output_dir: Directory to keep the individual full-resolution renders. If omitted they are rendered to the temp dir and deleted after the sheet is built.
Returns a composited contact sheet image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| samples | No | ||
| output_dir | No |