mbrea-c / bevy_animation_graph

Animation graphs in Bevy!
Apache License 2.0
97 stars 5 forks source link

Unify all inspectors into a single tab #46

Closed mbrea-c closed 2 months ago

mbrea-c commented 2 months ago

With the addition of animation state machines, the number of different inspector tabs was getting a bit ridiculous. Rather than have a separate tab per kind of inspector, this PR adopts the approach taken by most modern editors where only an "active" inspector is shown, generally for the last thing you clicked.