Create node chain
create_node_chainCreate multiple nodes inside a TouchDesigner parent and optionally wire them in sequence, returning all created paths or partial progress on failure.
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 |
|---|---|---|---|
| nodes | Yes | Ordered list of nodes to create. | |
| parent_path | Yes | Parent COMP to create the chain inside. | |
| connect_sequentially | No | Wire output[0] → input[0] for each consecutive pair. |