Houdini 20.5 Nodes Copernicus nodes

Layer Properties Copernicus node

Edits basic layer metadata.

On this page

This node edits a layer’s basic storage and sampling metadata. You can use this node to change a layer’s type info or storage type, and to override the incoming border type.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Precision

The layer’s storage precision. This controls how many bytes of storage each channel of the layer requires. More bytes allow for larger integer values or more accuracy for floating point values, but require more memory.

8

The channel uses 8-bits and defaults to quarter-precision.

16

The channel uses 16-bits and defaults to half-precision.

32

The channel uses 32-bits and defaults to full-precision.

Border

The sampling behavior outside of the incoming layer’s boundaries. Automatically uses the layer’s border property.

See Border types for more information.

Type Info

Changes the layer’s type information. This controls the visualization of the layer in the 3D viewport.

See Type info for more information.

Inputs

source

The original layer to set the properties on.

Outputs

layer

The original layer with the modified properties.

Copernicus nodes