blender_geonode_create_group
Create a new Geometry Nodes group with custom typed input/output sockets, automatically adding a Geometry input and output. Returns the group name and socket layout.
Instructions
Create a new Geometry Nodes node group with typed inputs and outputs. A Geometry input and Geometry output are always added automatically. Returns the group name and socket layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new geometry node group | |
| inputs | No | Extra input sockets to add (beyond the default Geometry input) | |
| outputs | No | Extra output sockets to add (beyond the default Geometry output) |