Remove Named Attributeノード

Remove Named Attributeノード。

The Remove Named Attribute node deletes an attribute with a certain name from its geometry input. Any attribute that exists on geometry data will be automatically propagated when the geometry storing it is changed, which can be an expensive operation, so using this node can be a simple way to optimize the performance of a geometry node tree or even to lower the memory usage of the entire scene.

Almost all named attributes can be removed. For certain 組み込み属性, removing it will mean that a default value will be used instead. For example, removing the cyclic attribute on curves means that all curves will be non-cyclic.

入力

Geometry(ジオメトリ)

標準のジオメトリ入力です。

Pattern Mode

How the attributes to remove are chosen.

Exact(正確):

Remove the one attribute with the given name.

Wildcard:

Remove all attributes that match the pattern which is allowed to contain a single wildcard (*).

Name(名前)

The name of the attribute to remove.

出力

Geometry(ジオメトリ)

標準のジオメトリ出力です。