ComfyUI Node
BD Mesh Repair
Repair mesh topology using PyMeshLab. Fixes holes, duplicates, degenerates, and normals.
BD Mesh Repair
- mesh
- mesh
- status
◄remove_duplicatestrue►
◄remove_degeneratetrue►
◄close_holestrue►
◄max_hole_edges100►
◄repair_normalstrue►
◄merge_threshold0.0001►
Category🧠BrainDead/Mesh
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| mesh | TRIMESH | — | |
| remove_duplicatesopt | BOOLEAN | true | Merge duplicate/close vertices |
| remove_degenerateopt | BOOLEAN | true | Remove zero-area faces and duplicates |
| close_holesopt | BOOLEAN | true | Close holes in mesh |
| max_hole_edgesopt | INT | 1003–1000 | Max edges for hole closing |
| repair_normalsopt | BOOLEAN | true | Fix face orientation and recompute normals |
| merge_thresholdopt | FLOAT | 0.00010.00001–0.01 | Distance threshold for vertex merging |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| mesh | TRIMESH | — |
| status | STRING | — |