Houdini 20.0 Nodes VOP nodes

Metadata VOP node

Returns true if the specified metadata exists.

On this page
Since 16.0

Determines if metadata meta_name exists on the specified VOP COP’s input. Metadata can be added with the Metadata COP. It can be fetched with the Metadata VOP.

Inputs

input_index

The VOP COP input (0-3) to check for metadata on.

meta_name

The name of the metadata to check.

Outputs

meta_exists

If the input or metadata doesn’t exist then this will be 0, otherwise 1.

See also

VOP nodes