Sync presets with the vault
sync_presets_vaultExport TouchDesigner presets to an Obsidian vault note for version control, or import presets from a note back into TouchDesigner. Sync presets across machines using shareable Markdown files.
Instructions
Bridge a COMP's manage_presets snapshots with the Obsidian vault. With action 'export' it READS TD storage and WRITES a Markdown note (diffable, shareable) under Presets/; with action 'import' it READS that note and WRITES the presets back into TD storage (merging by name). Returns the note path plus the affected preset names. Use this to version-control or share presets across machines; use manage_presets to capture/recall them live. Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Vault note path (defaults to Presets/<comp>.md). | |
| action | Yes | export TD presets to a vault note, or import a note's presets back into TD. | |
| comp_path | No | COMP whose presets live in storage (the manage_presets target). | /project1 |