render_screenshot
Save the current frame of a TouchDesigner TOP to a PNG file. Provide the TOP path and optional output path to capture a screenshot.
Instructions
Save a TOP's current frame to a PNG file.
path (<class 'str'>): TOP operator path.
save_path (str | None): Output PNG path; tempfile if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| save_path | No |