ComfyUI Node
Smooth Taubin (backend)
A ComfyUI node in geompack/smoothing with 4 inputs and 2 outputs.
Smooth Taubin (backend)
- trimesh
- smoothed_mesh
- info
◄iterations5►
◄lambda_0.50►
◄mu-0.53►
Categorygeompack/smoothing
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| trimesh | TRIMESH | — | |
| iterations | INT | 51–200 | Number of smoothing passes. More = smoother but slower. |
| lambda_ | FLOAT | 0.500.01–1 | Smoothing strength per step. Higher = more aggressive smoothing per iteration. |
| mu | FLOAT | -0.53-1–-0.01 | Inflation factor (negative). Counteracts shrinkage from lambda. Must satisfy |mu| > lambda for stability. Typical: -0.53 for lambda=0.5. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| smoothed_mesh | TRIMESH | — |
| info | STRING | — |