ComfyUI Node
BD MeshLib Fill Holes
Fill mesh holes using MeshLib's curvature-aware hole filler. Handles large, irregular holes that CuMesh and PyMeshLab miss. Ideal for cleaning up DC remesh output before UV unwrap or export. max_hole_edges limits which holes get filled — set higher to fill larger holes, lower to only fill small artifacts.
BD MeshLib Fill Holes
- mesh
- mesh
- status
◄max_hole_edges300►
◄nice_filltrue►
Category🧠BrainDead/Mesh
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| mesh | TRIMESH | — | |
| max_hole_edges | INT | 3003–10000 | Maximum boundary edge count for a hole to be filled. Larger = fill bigger holes. |
| nice_fill | BOOLEAN | true | Use curvature-aware fill (slower but much better quality). False = fast trivial fill. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| mesh | TRIMESH | — |
| status | STRING | — |