blender_mesh_fill
Fill boundary edges to cap holes and close open geometry with n-gon, triangle fan, or grid fill methods.
Instructions
Fill boundary edges with faces — cap holes, close open geometry. Supports n-gon fill, triangle fan, and grid fill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fill_type | No | Fill method: NGON (single face), TRIANGLE_FAN, or GRID (requires even loop) | NGON |
| use_beauty | No | Use beauty fill for better triangulation | |
| object_name | Yes | Name of the mesh object | |
| edge_indices | Yes | Edge indices forming the boundary to fill |