project_export_tox
Export a TouchDesigner COMP as a .tox file to the project folder, with optional overwrite control for safe saves.
Instructions
Save a COMP to a .tox. Never a .toe; never overwrites unless overwrite=true.
path (<class 'str'>): COMP operator path.
out (<class 'str'>): Destination .tox under the project folder.
overwrite (bool | None): Allow replacing an existing file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | Yes | ||
| path | Yes | ||
| overwrite | No |