blender_material_node_connect
Link material shader nodes by specifying source and destination sockets. Build or modify Blender material graphs with direct node-to-node connections.
Instructions
Connect two nodes in a material's shader graph via their socket names. Creates a link from an output socket on one node to an input socket on another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_node | Yes | Name of the destination node | |
| to_input | Yes | Name of the input socket on the destination node | |
| from_node | Yes | Name of the source node | |
| from_output | Yes | Name of the output socket on the source node | |
| material_name | Yes | Name of the material |