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.

Ghi chú

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.

Đầu Vào (Inputs)#

Value (Giá Trị)

The immediate value of each primitive to blur.

Số Lần Lặp Lại (Iterations)

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.

Trọng Lượng (Weight)

Weight of each primitive.

Tính Chất (Properties)#

Kiểu Dữ Liệu (Data Type)

kiểu dữ liệu (data type) được sử dụng cho dữ liệu được tính toán.

Đầu Ra (Outputs)#

Value (Giá Trị)

Values, mixed with neighbors defined number of times.

Một Số Ví Dụ (Examples)#

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

Input is Mesh Plane. First Nút Phân Hóa Khung Lưới (Subdivide Mesh Node) add some faces for capture color with Nút Giá Trị Ngẫu Nhiên (Random Value Node) used as hue in Nút Kết Hợp Màu (Combine Color Node) on this. Now second Nút Phân Hóa Khung Lưới (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.