How to add two animations ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Linkpy

Hello.

I have the given setup in my AnimationTree node :

AnimationTree setup

This is the character I am animating :

Animated character

The state machine handles walking/idling animation, which has some animation on the ponytail. The 1D blend space handles the head looking up/forward/down, applying some rotations on the ponytail nodes (this animation is the blend space going from -1 to 1 and vise versa) :

Looking up/down

The issue I have is when i set the Add2 node in the animation tree to 1, then the ponytail animation from the state machine is totally overridden by the animation from the blend space, and if I set the value to 0.5, then the head motion jitters around 0 :

Jitter around 0 in the blend space

Is it the expected behaviour from the Add2 node ?
How I am supposed to correctly add the two animations ?

Thanks for the help.

:bust_in_silhouette: Reply From: rustyStriker

Use the filters.
click on edit filters and apply the enable filtering.
afterwards go through your bones and mark the bones you want to use(if you want to blend the leg movement select the leg bones)

aaaaaand ya done

The issue is that the same bone has influences from the state machine and the blend space. If i enable filtering the issue is still here.

Linkpy | 2020-06-26 13:54