Houdini 22.0 Nodes Copernicus nodes

Attribute from Layer Copernicus node

Extracts a detached attribute from a layer.

On this page
Since 22.0

This node converts a provided layer into the equivalent detached attribute. This is an attribute with length equal to the size of the layer in pixels, and the pixels marshalled into a 1D array.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Data Ordering

The canonical ordering in Copernicus is for the first pixel to be the bottom left, then to read left to right and bottom to top. Instead, the top left can be the first pixel and read left to right and top to bottom.

Inputs

layer

The layer to flatten the pixels into an attribute.

Outputs

attrib

The attribute created by flattening the layer into a single list of values.

See also

Copernicus nodes