Houdini 21.0 Nodes Copernicus nodes

Fetch Copernicus node

Brings a COP node’s outputs into the current network.

On this page

This node fetches the outputs of the selected COP and makes them available in the current network. Use the COP Path to bring in a COP node from any network. The outputs you pull in from that COP node become the outputs of the Fetch COP node. Any changes you then make to the original target COP are automatically pulled into your network through the Fetch COP.

See Bringing COPs into COPs for how to use this node.

Parameters

COP Path

The path to a COP node whose outputs you want to fetch. The outputs you bring in from the target COP become the Fetch COP’s outputs.

Tip

In a COP network, you can also drag the node you want to save into the COP Path parameter. The parameter adds the pathname.

Set Outputs from Selected COP

Sets up this node’s output ports to match the outputs of the target COP set in the COP Path. This uses the target COP’s signature to populate the number of outputs and their information in the Outputs parameter.

Outputs

The number of outputs to fetch from the target COP. These become the outputs of the Fetch COP.

Source Port

The index of the output to fetch from the target COP. This parameter is 0-indexed, which means 0 refers to the first output.

Whether a Fetch COP’s output uses an output of the target COP is based on either the set Source Port or, if off, the order of the outputs. When this parameter is off, the Fetch COP pulls in the output based on where the target and Fetch COP outputs are in order. For example, if the Fetch COP’s third output has this parameter off, it exports the target COP’s third output.

Output Label

The name of the target COP’s output port, which is used as the Fetch COP’s output name.

The Setup Outputs from Selected COP parameter populates this with the output name from the selected COP, but you can rename it.

Output Type

The data type of the target COP’s output port, which is used as the Fetch COP’s output type. If you change this parameter value, you may receive an error if the source type can’t convert into the new value.

The Setup Outputs from Selected COP parameter populates this with the output type from the selected COP.

Outputs

output#

The output of the target COP in the COP Path. The amount of node outputs and their details are based on the Outputs information.

Copernicus nodes