Diff snapshots
diff_snapshotsCompare two TouchDesigner network snapshots to identify added or removed nodes, connection changes, and parameter differences with before/after values.
Instructions
Compare two network snapshots (from snapshot_td_graph) and return a readable diff: which nodes were added or removed, which connections changed, and which parameters changed (with before/after values). Snapshot before an edit and after to see exactly what changed, or to version a patch over time. Pure analysis — touches nothing in TouchDesigner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before | Yes | Earlier snapshot (from snapshot_td_graph, include_params for param diffs). | |
| after | Yes | Later snapshot to compare against. |