list_geometry_node_inputs
Retrieve all input parameters from a geometry nodes modifier in Blender to inspect or modify 3D modeling settings.
Instructions
List all available inputs on a geometry nodes modifier.
Args: object_name: Name of the object with the modifier. modifier_name: Name of the geometry nodes modifier.
Returns: List of dicts with input name, type, and current value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| modifier_name | Yes |