connect_nodes
Wire a source node's output to a target node's input on the same Houdini network; use indices to select specific ports.
Instructions
Wire one node's output into another node's input. Both nodes must live in
the same network. input_index selects which input of to_path to connect
(0-based); output_index selects which output of from_path to use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_path | Yes | ||
| from_path | Yes | ||
| input_index | No | ||
| output_index | No |