geonodes_set_input
Set a geometry node input's default value by specifying the node tree name, node name, input index, and value.
Instructions
Set a node input's default value.
Args: tree_name: Node tree name node_name: Node name input_index: Input socket index value: Value to set (float, int, vector list, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| node_name | Yes | ||
| tree_name | Yes | ||
| input_index | Yes |