render_export
Export a TOP frame from TouchDesigner to a file. Let the file extension determine the format (PNG, JPG, EXR, etc.) and optionally set JPEG quality.
Instructions
Export a TOP frame to a file (extension picks format).
path (<class 'str'>): TOP operator path.
save_path (<class 'str'>): Output path (.png/.jpg/.exr...).
quality (int | None): JPEG quality 0-100 (default 90).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| quality | No | ||
| save_path | Yes |