Houdini 20.5 Nodes APEX nodes

ch::AnimStackEvaluate

Evaluates parameters from an animation stack.

On this page
Since 20.5

Evaluates parameters from the input animation stack at time based on the subport names and values on the parms variadic port.

Inputs

animstack: ApexAnimStack

An animation stack whose parameters are evaluated at time.

time: Float

The time at which to evaluate the animstack.

Outputs

parms: VariadicArg<void>

The values of the parameters in the animation stack at time. If the type of the output is a vector, the subport name should be the name of the trio of channels with the component (x, y, or z) removed. For example, if the output type is a vector whose values come from channels pelvis_tx, pelvis_ty, and pelvis_tz, its corresponding subport name is pelvis_t.

See also

APEX nodes