Save network as a vault recipe
save_recipe_to_vaultCapture a TouchDesigner COMP's network—nodes, parameters, wiring, and script DAT bodies—as a reusable recipe note stored in your Obsidian vault under Recipes/.md.
Instructions
Capture a COMP's network (nodes, parameters, wiring, text/script DAT bodies) as a reusable recipe note in the Obsidian vault (Recipes/.md). list_recipes/apply_recipe then see it alongside the built-in recipes. Requires TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recipe id/slug; also the note filename written under Recipes/ in the vault. | |
| comp_path | No | COMP whose direct children are captured as the recipe. | /project1 |
| name | No | Human-friendly title (defaults to the id). | |
| description | No | ||
| tags | No | ||
| difficulty | No | ||
| overwrite | No | Overwrite an existing recipe note with the same id. |