Houdini 21.0 Nodes APEX nodes

ch::CollectionSetChannelArray

Sets the channels in a channel collection from an array.

On this page
Since 21.0

Sets the channels in a channel collection from an array. This doesn’t add new channels; it replaces the channels in the collection for the valid array indices.

The channels ports of this node are in-place ports, which means the channel collection is updated without creating a copy.

Inputs

*channels: AnimChannelCollection Required

The collection of channels to modify.

array: AnimChannelArray

The array of channels.

Outputs

*channels: AnimChannelCollection

The channel collection with the modified channels.

See also

APEX nodes