Make sure clicking AnimationTree node open the state machine editor not the track editor.#106334
Conversation
…ot the track editor.
d670399 to
09d6e0c
Compare
|
I remember there was a similar PR #93632 and issue #93455 and godotengine/godot-proposals#11009, but it is basically a matter of display priorities. We will need to make sure this is the right direction. cc @AThousandShips @KoBeWi |
|
Did some testing and it seems to work correctly. The editor will open the correct bottom tab, the Animation tab is correctly updated when AnimationTree is selected and you can still switch to it. It's the best solution so far. What would not work is when both Animation and AnimationTree are supposed to show, with Animation having a priority. I don't think such scenario is possible? 🤔 |
I think it is fine that clicking on the AnimationTree opens the AnimationTree tab. |
|
Thanks! |
Fix #93455 .