Houdini 20.5 Nodes APEX nodes

dynamicpath::GetKeyTimes

Gets the times at which to key a character to follow the motion of a dynamic path.

On this page
Since 20.0

Takes a dynamic path and returns a list of times at which to key a character to follow the motion of the path.

See dynamicpath::Evaluate for more information on the patharray input and how dynamic path layers are evaluated.

Inputs

patharray: ApexDynamicPathArray

An input array of dynamic paths, which represents a single dynamic path comprised of many layers.

onlyessential: Bool

If set to True, only the most essential times for following the motion of the path are returned. Otherwise, keys are returned on the path at a given sample rate and at transition points in the layers of the path.

samplerate: Float

The sample rate at which to get the key times from the path. This is only used when onlyessential is set to False.

skipbase: Bool

If set to True, no key times are given during sections of the base path.

Outputs

keytimes: FloatArray

An array of times at which to key a character to follow the motion of the path.

See also

APEX nodes