Blend Poses by Bool not changing when I switch to false

I’m trying to switch between blend spaces but when I make the Boolean true it still outputs the false pose. What am I missing?

  1. Make sure the variable is indeed true when you think it is. You could hook it up to a print string in the graph to test this.

  2. Make sure the true and false poses are indeed what you think they are. You could just plug one straight into the output pose to test this. Then do the same with the other one.

If everything is as expected, then I have no idea what it could be.

Thanks so much for the response! I ended up just using a blend poses by INT ant it worked!