Houdini 20.5 Nodes APEX Nodes

ch::CollectionDeleteKeys

Deletes keyframes from a channel collection.

On this page
Since 20.5

Deletes keyframes from a channel collection within the time range start to end, inclusive. If invert is True, the keyframes outside of the time range are deleted instead.

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

Inputs

*channels: ApexChannelCollection Required

The channel collection.

start: Float

The start time of the time range in seconds.

end: Float

The end time of the time range in seconds.

invert: Bool

If set to True, the keyframes outside of the time range are deleted instead.

Outputs

*channels: ApexChannelCollection

The channel collection with the keyframes deleted.

See also

APEX Nodes