Skip to content

Commit

Permalink
Update smooth.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nortikin authored Dec 3, 2018
1 parent 503e629 commit f5424a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodes/modifier_change/smooth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Parameters
This node has the following parameters:

- **X**, **Y**, **Z**. Toggle axes vertices will be smoothed along. By default mesh is smoothed along all axes.
- **Laplacian Smooth**. Toggles smoothing algorithm: when checked, Laplacian smoothing is used; otherwise, simple averaging scheme will be used. By default not checked. __Deal only with tris and quads, not N-gons__.
- **Laplacian Smooth**. Toggles smoothing algorithm: when checked, Laplacian smoothing is used; otherwise, simple averaging scheme will be used. By default not checked. **Deal only with tris and quads, not N-gons**.
- **Clip X**, **Clip Y**, **Clip Z**. Toggle axes along which "Mirror Clipping" procedure will be applied. This procedure merges vertices that have X/Y/Z coordinate near zero, withing specified threshold. For example, it can merge vertices `(0.01, 3, 5)` and `(- 0.01, 3, 5)` into one vertex `(0, 3, 5)`. These parameters are available only when **Laplacian Smooth** is off. Not checked by default.
- **Preserve volume**. If checked, the mesh will be "blown" a bit after smoothing, to preserve its volume. Available only when **Laplacian Smooth** is on. Checked by default.
- **Iterations**. Number of smoothing operation iterations. Default value is 1. This parameter can also be provided as input.
Expand Down

0 comments on commit f5424a4

Please sign in to comment.