Houdini 20.5 Nodes Copernicus nodes

Switch If Wired Copernicus node

Selects an input based on what is connected.

On this page

This operation selects an operation based on what is connected. Note that while this node itself might have all its inputs wired, these might go to subnet inputs or other things which themselves are unwired.

This is useful to preserve or restore unwired behaviour of nodes.

Parameters

Selection

The rule used to determine the output.

First Wired

The first input that is wired is output. If none are, the output is unwired.

First Unless Unwired

If all the inputs are wired, return the first input. Otherwise return unwired. This allows you to “erase” a wire if an optional path shouldn’t be used if an external input wasn’t wired.

Inputs

input1

A series of inputs to test the wire status of.

Outputs

chosen

The chosen layer.

See also

Copernicus nodes