Render Active Document
renderGenerate the active Cinema 4D scene into an image file using its configured render settings. Outputs to a temp file or provided path.
Instructions
Render the active Cinema 4D document at its currently-active render data settings. To change resolution / renderer / frame range / etc., adjust the active RenderData first via create_render_data (with update_if_exists:true on the active RD) or set_params. The request times out after 180 seconds; heavier renders that exceed that keep running in C4D but the call returns a timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Optional absolute path to write the rendered image. Defaults to a temp file. |