Nodes/ComfyUI-BrainDead/BD Blender Cleanup
ComfyUI Node

BD Blender Cleanup

Smart mesh cleanup using BrainDeadBlender addon. Configurable cleanup operations: - Remove loose vertices/edges/faces - Remove small disconnected islands - Merge close vertices - Fill holes - Fix normals - Fix manifold geometry - Triangulate n-gons

By BizaNator·Created 7 months ago·Updated 16 days ago· 14
BD Blender Cleanup
  • mesh
  • mesh
  • status
remove_loosetrue
remove_islandstrue
island_threshold10
merge_verticestrue
merge_distance0.0001
fill_holestrue
fill_holes_max100
fix_normalstrue
fix_manifoldtrue
triangulate_ngonsfalse
dissolve_embeddedfalse
use_smart_cleanuptrue
timeout300
Category🧠BrainDead/Blender

Inputs (14)

NameTypeDefaultDescription
meshTRIMESH
remove_looseBOOLEANtrueRemove loose vertices, edges, faces
remove_islandsBOOLEANtrueRemove small disconnected mesh islands
island_thresholdINT101–1000Minimum faces to keep an island
merge_verticesBOOLEANtrueMerge close vertices (remove doubles)
merge_distanceFLOAT0.00010–0.1Distance threshold for merging vertices
fill_holesBOOLEANtrueFill holes (open boundaries)
fill_holes_maxINT1003–1000Maximum sides for hole filling
fix_normalsBOOLEANtrueFix face normals to point outward
fix_manifoldBOOLEANtrueFix non-manifold geometry
triangulate_ngonsBOOLEANfalseTriangulate faces with >4 vertices
dissolve_embeddedBOOLEANfalseDissolve small faces embedded in larger regions
use_smart_cleanupBOOLEANtrueUse addon's smart cleanup (recommended)
timeoutoptINT30060–3600Maximum processing time

Outputs (2)

NameTypeDescription
meshTRIMESH
statusSTRING