Compare two nodes
compare_td_nodesCompare parameters of two TouchDesigner nodes and view only the differing values to align settings between similar operators.
Instructions
Diff the parameters of two nodes, returning only the values that differ (by default). Useful for aligning settings across similar operators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_a | Yes | First node path. | |
| path_b | Yes | Second node path. | |
| only_diff | No | Return only the parameters that differ (true) or also list the identical ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| type_a | Yes | ||
| type_b | Yes | ||
| type_match | Yes | ||
| differing_count | Yes | ||
| same_count | Yes | ||
| differing | Yes | ||
| identical | No |