Houdini 20.5 Nodes APEX nodes

dynamicpath::Bake

Bakes a dynamic path.

On this page
Since 20.0

Evaluates a path across its life at the given sample rate, and stores the results in a new dynamic 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.

samplerate: Float

The frequency at which to evaluate the patharray.

Outputs

pathout: ApexDynamicPath

A dynamic path baked from patharray at the given sample rate.

See also

APEX nodes