Character animations with and without weapons (doubt about state machine layout)

I would do 2 different cached poses and a switch on which one is used based on a bool so you can potentially change in air without having to transition in from walk/run.

Much cleaner and you can theoretically duplicate the state machine.