set_geometry_node_input
Set a value for a specific input socket on a geometry nodes modifier to adjust procedural geometry.
Instructions
Set an input value on a geometry nodes modifier.
Args: object_name: Name of the object with the modifier. modifier_name: Name of the geometry nodes modifier. input_name: Name of the input socket to set (as shown in the modifier panel). value: The value to set. Type depends on the input (float, int, vector, etc.).
Returns: Confirmation dict with the input name and new value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| input_name | Yes | ||
| object_name | Yes | ||
| modifier_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||