Houdini 20.0 Nodes APEX Nodes

ch::ScaleKeys

Scales the key values of a channel about a pivot.

On this page
Since 20.0

Edits a channel to linearly scale its key values about a pivot - the difference between the key value and the pivot is multiplied by scale. Keys that have the same value as the pivot remain unchanged.

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

Inputs

*channel: ApexChannel Required

A channel to scale.

pivot: Float

The pivot about which the keys of channel are scaled.

scale: Float

The constant scale value applied to the keys of the channel.

Outputs

*channel: ApexChannel

The channel input with its keys scaled about pivot.

See also

APEX Nodes