Houdini 20.0 Nodes Geometry nodes

Smooth 2.0 geometry node

Smooths out (or “relaxes”) polygons, meshes and curves without increasing the number of points.

On this page
Since 16.0

This node rearranges the existing points in the geometry to reduce roughness.

Smooth can also smooth any floating-point attributes, including color and texture coordinates.

Using Smooth

  1. Select the points, facets, or object you want to smooth.

  2. Click the Smooth tool on the Polygon tab.

You can change the smoothing specifications in the parameter editor.

Note

If you only want to smooth certain areas of your object, use the sculpt tool.

Parameters

Group

Subset of primitives to smooth.

Constrained Boundary

Lets you specify that the boundaries of the selection (the Group field) or the surface should not move.

None

No points are locked in place. Any point in the selection may move.

Unshared Edges

Boundary edges are locked in place. Smoothing will not affect them.

Group Boundary

Boundary edges and the outside edges of the selection are locked in place. Smoothing will not affect them.

Constrained Points

A list of points to lock in place, so smoothing will not affect them. You can click the Select button to the right of the field and select the vertices interactively in the viewport.

Attributes

The attributes to smooth. Multiple attributes can be smoothed at the same time. The drop-down menu to the right of the field has the most common attributes to smooth, P (point position) and uv (texture coordinates). If the field is blank, the node smooths all position-type attributes.

Method

Lets you choose different smoothing models that have different effects on the point positions.

Uniform

Move points so they're evenly spaced.

Scale-Dominant

Move points trying to maintain their original relative distances from one another.

Curvature-Dominant

Move points to smooth the curvature while trying to maintain their original arrangement.

Strength

How much to smooth the selected points. Higher values move the points farther from their original positions.

Filter Quality

Higher values preserve finer details from the original mesh. Lower values are faster and smooth more.

A lower number of passes is more efficient for producing significant smoothing on larger meshes.

Examples

Hills Example for Smooth geometry node

The Smooth SOP is used to refine the distance between a number of points into more uniform values.

The process evens out minor variances in the points defining the curve, while still maintaining the value trends of the larger, overall curve.

See also

Geometry nodes