Houdini 20.0 Nodes APEX Nodes

transform::MultiBlendFromArray<T>

Blend an array of matrices or quaternions based on a weights array.

On this page
Since 20.0

Inputs

items: Matrix4Array, Vector4Array

Array of Matrix4 or Quaternion

weights: FloatArray

Array of floats

normalize: Bool

If true, normalizes the weights to add up to 1 before blending.

accurate: Bool

If true, blends using spherical interpolation, else uses normalized lerp.

Outputs

result: Matrix4, Vector4

The blended value.

See also

APEX Nodes