Create node chain
create_node_chainCreate multiple nodes in a TouchDesigner parent COMP and optionally connect them in sequence. Halts on error, reports partial progress without deleting.
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. |