Blur Attribute Node

Blur Attribute node.

The Blur Attribute node smooths attribute values between neighboring geometry elements.

The goal of each step is mixing values of each element with its neighbors. The weight for element is factor for multiplying all neighbor’s values before accumulating them as new primitive value.

Blurring will only work with certain geometry types and attribute domains. Therefore, the attribute can only be affected on the Meshes and Curves components.

The domains this node works on is based on the field context of the node’s evaluation. Only domains with explicit relations with their neighbors will work with this node. Explicit relations for correct blurring are vertices, edges, and faces of meshes, and curve control points.

Nota

Blurring of face corner attributes is not handled by this node, because the ideal behavior for mixing face corner values is not clear.

All attribute data types are supported except for boolean attributes.

Entradas

Valor

The immediate value of each primitive to blur.

Iteracciones

Number of repetitions of mixing value with neighbors. Each iteration is independent. Until one iteration is completed, its results are not used as a source for next blurring.

Influencia

Weight of each primitive.

Propiedades

Tipo de Datos

The data type used for the evaluated data.

Salidas

Valor

Values, mixed with neighbors defined number of times.

Ejemplos

../../../_images/modeling_geometry-nodes_blur_attribute-attribute_example.png

Input is Mesh Plane. First Subdivide Mesh Node add some faces for capture color with Nodo de Valor Aleatorio used as hue in Nodo Combinar Color on this. Now second Subdivide Mesh Node split each face on a lot of new. Each one new duplicates original attribute. Blur Attribute node mixes all attributes for each face. Due to this, the result is smoothed.