Houdini 20.0 Nodes APEX Nodes

ch::AddKey

Adds a key to a channel.

On this page
Since 20.0

Adds a key to channel at time. If setvalue is set to True, the value of the key is also set.

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 where the new key is added.

time: Float

The time at which to add the new key.

value: Float

The value of the new key.

setvalue: Bool

Whether to set the value of the key.

autotangents: Bool

If set to True, auto tangents are enabled on the new key.

Note

Auto tangents are only computed by ch::SmoothAutoTangents and ch::CollectionSmoothAutoTangents.

Outputs

*channel: ApexChannel

The resulting channel with the added key.

See also

APEX Nodes