create_geometry_nodes
Add a Geometry Nodes modifier to Blender objects for procedural modeling and animation effects.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| name | No | GeometryNodes |