connect_nodes_batch
Connect multiple node pairs in Houdini with a single call, specifying source and destination paths, optional input/output indices, and connector names.
Instructions
Connect multiple node pairs in a single call.
Args: connections: List of connections. Each dict has keys: source_path (str), dest_path (str), output_index (int, default 0), input_index (int, default 0), input_name (str, optional: connector name or label, wins over input_index), indirect_input (int, optional: source_path is then a subnet and this is the index of its input connector to wire from — for the first node of a chain built inside that subnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connections | Yes |