Render output to file
render_outputRender a TOP at native resolution to a PNG, JPG, EXR, or TIFF image file for exporting finished frames. Provide an absolute output path on the TouchDesigner machine.
Instructions
Save a TOP to an image file at its native, full resolution (PNG/JPG/EXR/TIFF by extension) — for exporting a finished frame, unlike get_preview which only transfers a small inline thumbnail. The file is written by TouchDesigner on the TD machine; pass an absolute path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Output file path (written by TouchDesigner, so on the TD machine). Extension picks the format: .png/.jpg/.exr/.tiff. Use an absolute path. | |
| node_path | Yes | Path of the TOP to render to a file. |