I have a bunch of animations I want to freely switch between. Any animation can travel to any other animation and they all use the same transition, meaning the same Xfade time, Xfade curve, etc. I figured I could use AnimationTree with a state machine for this, but it looks like I have to manually add the transitions for each pair, which will be unmanageable once I start adding more animations.

Is state machine not the right tool for this? Or is there a way to set a default transition that will be used for everything in the AnimationTree?