2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -0,0 +1,66 @@
# ![](images/relax-icon.png) Relax Help
Shortcut: {{ site.data.keymaps.relax_tool }}
Quick Shortcut: {{ site.data.keymaps.relax_quick }}
The Relax tool allows you to easily relax the vertex positions using a brush.
![](images/help_relax.png)
## Transforming
| :--- | :--- | :--- |
| {{ site.data.keymaps.brush }} | : | relax all vertices within brush |
| {{ site.data.keymaps.brush_alt }} | : | relax only selected vertices within brush |
## Changing Brush Options
| :--- | :--- | :--- |
| {{ site.data.keymaps.brush_radius }} | : | adjust brush size |
| {{ site.data.keymaps.brush_strength }} | : | adjust brush strength |
| {{ site.data.keymaps.brush_falloff }} | : | adjust brush falloff |
These options can also be stored as presets in the Brush Options panel.
To quickly switch between presets, use the {{ site.data.keymaps.pie_menu_alt0 }} pie menu.
## Masking
Relax has several options to control which vertices are or are not moved.
Each option is below, along with setting and description.
### Boundary
| :--- | :--- | :--- |
| Exclude | : | Relax vertices not along boundary |
| Slide | : | Relax vertices along boundary, but move them by sliding along boundary |
| Include | : | Relax all vertices within brush, regardless of being along boundary |
### Symmetry
| :--- | :--- | :--- |
| Exclude | : | Relax vertices not along symmetry plane |
| Slide | : | Relax vertices along symmetry plane, but move them by sliding along symmetry plane |
| Include | : | Relax all vertices within brush, regardless of being along symmetry plane |
### Hidden
| :--- | :--- | :--- |
| Exclude | : | Relax only visible vertices |
| Include | : | Relax all vertices within brush, regardless of visibility |
### Selected
| :--- | :--- | :--- |
| Exclude | : | Relax only unselected vertices |
| Only | : | Relax only selected vertices |
| All | : | Relax all vertices within brush, regardless of selection |