Houdini 22.0 Nodes APEX nodes

ch::ChannelFromCollection

Creates an APEX channel from a channel collection.

On this page
Since 20.5

Creates an APEX channel from a channel collection by doing a name lookup.

Inputs

channels: AnimChannelCollection

The channel collection used for the name lookup.

name: String

The channel name.

default: AnimChannel

The channel to return if no channel with name exists.

Outputs

channel: AnimChannel

An APEX channel created from channels. If no channel with name exists, this is set to the default value.

success: Bool

Returns True if a channel is created successfully from channels.

See also

APEX nodes