Houdini 20.5 Nodes Copernicus nodes

Error Copernicus node

Generates a message, warning, or error.

On this page

This node passes the input geometry through unchanged, but generates a message, warning, or error for other nodes in the network. For example, wire an Error node into a network if you have a parameter that generates unusable results if it goes above 10. You can then set the Error node’s Report This Error parameter to an expression (for example, ch('../mynode/myparm') > 10) so it generates a warning.

If this node cooks inside of an asset, the notices this node generates transmit to the asset so it signals problems to the asset user. Add the Error node to the list of Message Nodes specified in the asset properties so the user can see the cause of the error or the warnings and messages that this node generates. See Operator Type Properties window for how to edit the Message Nodes parameter in the Node tab.

Parameters

Number of Errors

The number of messages, warnings, or errors to generate.

Error Message

The text that displays when this notice is active. If this is an empty string, the notice isn’t reported.

Severity

The severity and behavior of the notice’s feedback.

Message

This notice appears in the node info window.

Warning

This notice displays a badge on the node and warning text in the node info window, but allows cooking to continue.

Error

This notice displays a prominent badge on the node and error text in the node info window, but prevents subsequent nodes from cooking.

Note

Use Error only for problems that the network can’t recover from.

Report This Error

If this expression evaluates to a non-zero value, the node reports the notice.

Inputs

input#

The layer to pass through this node.

Outputs

output#

The layer to output, unchanged.

Copernicus nodes