Houdini 20.5 Nodes Copernicus nodes

Block Begin Copernicus node

Start of a block, containing its inputs.

This node is the beginning of a block. You can use blocks to encapsulate a function that can be executed either inline by plugging inputs into the Block Begin COP or externally by using the Invoke Block COP. Slap comp programs are also authored using blocks.

You can specify inputs to the block on this node.

Parameters

Block Path

The path to the Block End COP that’s the final and closing node of this block. The Block End node must be at the same network level as this Block Begin node.

Block Inputs

The number of inputs to this block.

Input Name

The name of the input. This string identifies the input when using the Invoke Block COP to execute the block, or when binding inputs for slap comp.

Input Type

The type of the input. This controls what kind of data can be fed into the corresponding port (or bound to the input), as well as what the input can be plugged into.

See Data types for more information.

See also

Copernicus nodes