blender_mesh_dissolve
Remove selected vertices, edges, or faces and merge surrounding geometry to fill the gap, keeping the mesh intact.
Instructions
Remove vertices, edges, or faces while preserving surrounding geometry. Unlike delete, dissolve merges the surrounding geometry to fill the gap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | What to dissolve | |
| indices | Yes | Indices of elements to dissolve | |
| object_name | Yes | Name of the mesh object | |
| use_face_split | No | Split off face corners to maintain face integrity |