
The Relax Brush tool allows you to easily and interactively smooth out vertex positions while keeping them on the surface of the source mesh.
You can quickly use the Relax tool while in any other Retopoflow tool with Shift LMB Drag.
To use the Relax Brush, simply LMB Drag on vertices. Which vertices are affected can be controlled in the Masking settings.
FShift FCtrl FYou can pin vertices in both Tweak and Relax by selecting them and using the Pin Selected operator in the tool settings. Unpin them by selecting them again and using Unpin Selected.
Pins only affect the brush tools and you can still transform pinned vertices using Grab, Rotate, or Scale.
Retopoflow’s pinning uses Blender’s vertex crease system under the hood to maximize performance and avoid having to keep a copy of the mesh in memory for custom drawing. Because of this, pins are only visible in vertex select mode, so be sure you are in that mode to check for pins if something appears stuck. Retopoflow will preserve vertex creases and allows you to use them separately for masking, but you may see strange behavior if you active adjust creases while inside of Retopoflow tools. If you need to adjust creases while Retopoflow tools are active, you can turn off the pinning system in the Tool Switching preferences and use another attribute (like seams or sharp edges) for pinning instead.
The Relax Brush has several options to control which vertices are moved and how.
Boundary
Selected
Transform
The Relax Brush is not just averaging vertex locations like a simple smooth brush! Instead, it is more like a simulation that moves vertices towards an optimal arrangement.
Method controls how the below influences are applied while drawing with the brush. The default, Steps, averages multiple iterations while RK4 uses a Runge-Kutta approach to improve stability.
Iterations determines how many times the relax algorithm is run per update. A higher value leads to more agressive smoothing. It is recommended to try increasing the brush strength before increasing this setting.
Strength multiplies how much each iteration affects the result.
Average Edge Lengths enables adjusting the length of edges to move towards the average edge length under the brush.
Average Face Radius enables adjusting the length of edges so that each face’s radius moves towards the average of all face radii under the brush.
Average Face Angles enables moving vertices so that the angle of each corner of each face moves towards the same value.
Average Face Lengths enables adjusting the length of edges to move towards the average length of all edges that share the same face. This option is still experimental and can cause faces to flip.
Straighten Edges enables moving vertices so that their edge loops straighten out.
Correct Flipped Faces attempts to make sure the direction of the face normals under the brush are consistent.
Even though LMB to select is not available while using the Tweak Brush, you can still select and deselect by using Shift LMB. Box Select B and Lasso Select Ctrl Right Mouse Drag are always available as well.
General selection options for all tools can be read about on the Retopoflow Mode docs page under Selection.