ComfyUI Node
MeshFix
A ComfyUI node in geompack/repair with 9 inputs and 2 outputs.
MeshFix
- input_mesh
- repaired_mesh
- info
◄remove_small_componentstrue►
◄join_componentsfalse►
◄fill_holestrue►
◄max_hole_edges0►
◄refine_holestrue►
◄clean_meshtrue►
◄clean_iterations10►
◄inner_loops3►
Categorygeompack/repair
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| input_mesh | TRIMESH | — | |
| remove_small_componentsopt | COMBO | true | Remove small isolated mesh fragments before repair |
| join_componentsopt | COMBO | false | Attempt to join nearby disconnected components |
| fill_holesopt | COMBO | true | Fill boundary holes in the mesh |
| max_hole_edgesopt | INT | 00–10000 | Max edges for holes to fill. 0 = fill all holes regardless of size |
| refine_holesopt | COMBO | true | Refine triangulation when filling holes for better quality |
| clean_meshopt | COMBO | true | Remove self-intersections and degenerate faces |
| clean_iterationsopt | INT | 101–100 | Max iterations for self-intersection removal |
| inner_loopsopt | INT | 31–10 | Inner loops per clean iteration |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| repaired_mesh | TRIMESH | — |
| info | STRING | — |