Houdini 21.0 Nodes Copernicus nodes

Combine Layers Copernicus node

Combines all input layers.

On this page

This node outputs a combination of all its input layers based on the set Operation. This is done per channel.

Note

The input layers must all have the same Signature type. If you connect an input of a different type, Houdini applies the channel extension rules to automatically convert it into the required layer based on either the set Signature or first input.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Operation

The method used to combine the pixel values of the layers.

Add

Add the input layers' pixel values together.

Average

Use the average pixel value of the combined input layers.

Multiply

Multiply the input layers' pixel values together.

Min

Use the minimum pixel value of the combined input layers.

Max

Use the maximum pixel value of the combined input layers.

Inputs

source#

The original layer or vdb to combine.

Outputs

combine

The combined source layers or vdbs.

Copernicus nodes