Houdini 22.0 Nodes Copernicus nodes

Layer from Attribute Copernicus node

Fills a layer from a detached attribute.

On this page
Since 22.0

This node fills in the pixels of a layer from a detached attribute. Each element of the attribute is copied into a pixel in turn.

Parameters

Signature

The attribute 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.

Resize Layer

Usually the size_ref will control the size of the resulting layer. Instead, it can be automatically sized by using the length of the attribute. This is useful for visualization or for extracting ramps.

Resize Shape

How to resize the layer to fit the attribute.

Power of 2 Square

The smallest square which fits the attribute and is a power of two on each side is used.

Square

The smallest square that fits the attribute is used.

Single Row

A single row with columns set to the attribute size.

Single Column

A single column with rows set to the attribute size.

Inputs

size_ref

A representative layer that determines the size of the output image and controls the metadata.

attrib

The attribute to fill in the layer with.

index

An ID Layer specifying for each pixel where it should read from the attribute. This allows the filling of a layer from an attribute in a random-access manner. If unwired, the implicit rule based on the Data Ordering is used.

Outputs

layer

A layer with the pixels filled in from the detached attribute’s data.

See also

Copernicus nodes