Create node chain
create_node_chainCreate multiple nodes inside a TouchDesigner COMP and optionally connect them in sequence. Stops on error with partial progress.
Instructions
Create multiple nodes and (optionally) connect them in sequence. Returns all created paths; on failure it stops and reports partial progress without deleting anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_path | Yes | Parent COMP to create the chain inside. | |
| nodes | Yes | Ordered list of nodes to create. | |
| connect_sequentially | No | Wire output[0] → input[0] for each consecutive pair. |