geonodes_connect
Link two nodes in a Geometry Nodes tree by specifying the source node and output socket, and the destination node and input socket.
Instructions
Connect two nodes in a Geometry Nodes tree.
Args: tree_name: Node tree name from_node: Source node name from_socket: Source output socket index to_node: Destination node name to_socket: Destination input socket index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_node | Yes | ||
| from_node | Yes | ||
| to_socket | Yes | ||
| tree_name | Yes | ||
| from_socket | Yes |