connect_nodes
Link two Nuke nodes by wiring a source output to a target input, with sensible input-index defaults for Merge nodes.
Instructions
Connect two nodes. For Merge nodes, defaults to B pipe (input 1).
Args: from_node: source node (output). to_node: target node (input). input_index: which input on the target. defaults to 0, or 1 for Merge nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_node | Yes | target node (input). | |
| from_node | Yes | source node (output). | |
| input_index | No | which input on the target. defaults to 0, or 1 for Merge nodes. |