td_memory_save
Save structured, replayable techniques to a project or global library for reuse in TouchDesigner networks.
Instructions
Save a structured, replayable technique to the project or global library.
Use the output of td_memory_learn as the technique input, or construct a technique dict manually. Prefer td_knowledge_save when you want to capture free-form markdown prose/notes rather than a replayable network recipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Override technique name. | |
| tags | No | Additional tags. | |
| notes | No | Freeform notes about this technique. | |
| scope | No | 'project' or 'global'. | project |
| technique | Yes | Technique dict (from td_memory_learn output). | |
| description | No | Override description. |