Houdini 22.0 Nodes Copernicus nodes

Subnetwork Copernicus node

Used to organize a collection of COPs into one node.

On this page

This operator contains other COP nodes, and can be used to organize parts of a network by collapsing them into one node at the higher level. Input and Output operators can be used inside a subnetwork to fetch its inputs from the outside, and to pass desired results as outputs.

You can create an HDA operator out of a subnetwork by selecting Create Digital Asset… from the menu.

Signature of this node is controlled by its Inputs and Outputs multiparms. Contained Input and Output nodes inherit their signature from the parent subnetwork.

Parameters

Rename Wires Using Output Labels

When this toggle is enabled, name of each output wire is set based on its respective port label. Otherwise, wire names are propagated from inputs. Turn this option on if you'd like to discard incoming wire names and harden new ones for the downstream network to use.

Inputs

Controls the number of inputs exposed on this subnetwork node.

Input Label

Label of the respective input port.

Input Type

Type of the respective port. This parameter affects the subnetwork’s signature and thus the types of data that can be plugged into it.

Outputs

Controls the number of outputs exposed on this subnetwork node.

Output Label

Label of the respective output port.

Output Type

Type of the respective port. This parameter affects the subnetwork’s signature and the type of data that flows out of this port.

Inputs

Inputs plugged into this node can be accessed inside the subnetwork through outputs of Input COPs.

Outputs

Data plugged into Output node inside this subnetwork flow out through the subnetwork’s output ports.

See also

Copernicus nodes