sculpt_smooth_groups
Apply targeted smoothing to sculpted meshes using mask, boundary, or curvature based operations. Preserve volume with adjustable iterations and strength.
Instructions
Targeted smoothing operations for sculpted meshes.
action: 'smooth_by_mask' — Smooth only masked region 'smooth_boundary' — Smooth only mesh boundaries/seams 'smooth_high_curvature' — Smooth only high-curvature areas 'laplacian_smooth' — Volume-preserving Laplacian smooth (whole mesh) 'relax_topology' — Equalize edge lengths without changing shape
iterations: Number of smooth passes. factor: Smooth strength per pass (0.0-1.0). preserve_volume: Scale mesh back to original volume after smoothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | smooth_by_mask | |
| factor | No | ||
| mesh_name | Yes | ||
| iterations | No | ||
| preserve_volume | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |