Export a look as a portable .tox into the vault
export_look_toxPackage a TouchDesigner COMP as a portable .tox look file with a metadata note, enabling reuse and discovery across projects via vault library.
Instructions
Save a COMP as a .tox inside <vault>/<folder>/<slug>.tox and write a sibling Markdown note (id/type=look + name + tags + assets + created + source_path). Defaults folder to Looks. The artist-publishing primitive for portable looks; integrates with browse_vault_library and tag_and_search_library via the note frontmatter. Requires TDMCP_VAULT_PATH and a running TouchDesigner bridge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | COMP path to package (e.g. '/project1/myLook'). | |
| name | No | Look name (defaults to the COMP's name). | |
| folder | No | Vault subfolder under TDMCP_VAULT_PATH. | Looks |
| tags | No | Tags written to the note frontmatter. | |
| description | No | Short human description for the note body. | |
| assets | No | Vault-relative asset paths to record in the metadata sidecar. | |
| license | No | SPDX-id of the look's license, e.g. 'MIT' or 'CC-BY-NC-4.0'. Stored in the sidecar note frontmatter. | |
| license_tier | No | License bucket so search/filter can group by trust level: public-domain | permissive | copyleft | proprietary | unknown. |