Blend Pose

There are several type of blend nodes in pose graph.

All blend nodes are calculated in the local space.

Blend poses can be created in the pose graph by right-clicking on the Pose Nodes -> Blend.

blend.png

Blend Two Pose

blend-two-pose.png

The Blend Two Pose will blend the two specified poses by ratio.

InputTypeDescription
Pose 1PoseFirst pose in the blend
Pose 2PoseSecond pose in the blend
RatioFloatBlend ratio. For example, 0.2 means that the final pose will contain 80% of pose 1 and 20% of pose 2.

Blend In Proportion

blend-in-proportion.png

The Blend In Proportion node blends the nodes by proportion of each pose.

InputTypeDescription
Pose NPosePose in the blend.
Pose N ProportionFloatThe ratio of the poses to each other. For example, 0.2 means that the final pose will contain 20% of the pose N.

More poses can be added by clicking the “+” button on the right and selecting the poses menu.

add-blend-in-proportion.png

After adding a pose, enter the proportion in the input box to set the percentage of the pose in the final pose.

blend-in-proportion-ratio.png

All proportional weighted results should be 1, otherwise there may be undefined behavior.

Filtering Blend

filtering-blend

The Filtering Blend node blends Pose 1 to Pose 2 by the specified ratio and mask.

InputTypeDescription
Pose 1PoseFirst pose engaged in the blend
Pose 2PoseSecond pose engaged in the blend
RatioFloatBlend Ratio. For example. 0.2 means the final pose contains 80% from Pose1 and 20% from Pos2.

filtering-blend-inspector.png

InspectorDescription
MaskThe animation mask to use when blending.Only the parts of pose 2 that are bounded by the mask will be blended into pose 1.

Additively Blend

additively-blend.png

The Additively Blend node “adds” the additive blend to the base pose.

InputTypeDescription
Base PosePoseThe base pose.
Additive PosePoseThe additive pose
RatioFloating PointBlend Ratio. For example, 0.2 means that only 20% of the stacked poses will be blended into the base pose.