omni.deform.Mush
Mesh deformer to smooth the inputs:deformable or its deformations.
Installation
To use this Node, you must enable omni.deform.deltaMush
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Mesh Bundle (deformable) |
|
Input deformable bundle |
|
active |
|
Whether the deformer should be applied |
True |
delta |
|
Whether the delta vector should be applied |
True |
level |
|
Number of smoothing iterations |
0 |
pinPerimeter |
|
Whether perimeter vertices should be pinned. When set to true, the vertices on open outlines of the deformable are not updated during smoothing. |
True |
useGPU |
|
Whether to use the GPU or the CPU code path. |
True |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Mesh Bundle (deformable) |
|
Output deformable bundle |