Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 465 Bytes

smoothDeformer

An Autodesk Maya deformer that implements the Laplacian and Taubin smoothing algorithms. The deformer is multithreading, running in as many threads as number of cores the machine has.

Laplacian smoothing algorithm doesn't maintain the volume of the mesh, but a "maintain volume" attribute was added that tries to maintain it pushing the surface along the normals.

To create the deformer just run

cmds.deformer(type='smoothDeformer')