Houdini 20.5 Nodes APEX Nodes

ch::DeleteKeys

Deletes keyframes from an APEX channel.

On this page
Since 20.5

Deletes keyframes from a channel 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

*channel: ApexChannel Required

The APEX channel.

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

*channel: ApexChannel

The APEX channel with the keyframes deleted.

See also

APEX Nodes