td_copy_node
Copy a TouchDesigner node with its parameters to a new node, either in the same parent or a specified destination.
Instructions
Copy/duplicate an existing node (with its parameters) to a new node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | No | Name for the copy | |
| dest_parent | No | Path of the destination parent COMP. If None, copies into the same parent. | |
| source_path | Yes | Path of the node to copy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |