Houdini 20.5 Nodes APEX nodes

ch::ReduceKeys

Reduces the keys of a channel while maintaining its shape.

On this page
Since 20.0

Reduces the number of keys in a channel to a minimum such that the resulting channel never deviates more than tolerance from the original channel.

Inputs

inchannel: ApexChannel

The channel to reduce.

samplerate: Float

The frequency at which to sample the channel for reduction.

tolerance: Float

The maximum deviation allowed in the channel.

preserveextrema: Bool

If set to True, preserves the extrema of the original channel.

Outputs

outchannel: ApexChannel

A copy of inchannel after key reduction.

See also

APEX nodes