Sync presets with the vault
sync_presets_vaultExport or import TouchDesigner presets to/from an Obsidian vault as Markdown notes. Enables version control, sharing, and syncing of presets across machines.
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 |