create_geometry_nodes
Creates a new Geometry Nodes modifier on a given Blender object. Optionally set a custom name for the modifier.
Instructions
Create a Geometry Nodes modifier on an object.
Args: object_name: Name of the object to add the modifier to. name: Name for the geometry nodes modifier. Defaults to "GeometryNodes".
Returns: Dict with modifier name and node group name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | GeometryNodes | |
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||