Render output to file
render_outputExport a full-resolution image file (PNG/JPG/EXR/TIFF) from a TouchDesigner TOP node. The file is saved on the TD machine at the specified absolute path.
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 |
|---|---|---|---|
| node_path | Yes | Path of the TOP to render to a file. | |
| 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. |