Export palette component
export_palette_componentExport a COMP to TouchDesigner's Palette as a .tox file for drag-and-drop reuse in the Palette browser.
Instructions
Save a COMP as a .tox into TouchDesigner's native Palette folder so it appears in the Palette browser for drag-and-drop reuse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_path | Yes | Path to the COMP to export, e.g. /project1/base1 | |
| name | No | File stem for the .tox (default: the basename of comp_path) | |
| category | No | Palette subfolder to group the component under | tdmcp |
| palette_dir | No | Explicit palette folder to use. Empty resolves TouchDesigner's user palette folder live. |