poohcom1 / godot-animated-sprite-2-player

A Godot addon to convert animated sprite frames to animations in an animation player.
https://godotengine.org/asset-library/asset/1605
MIT License
53 stars 5 forks source link

Add menu button for selecting which animations to import on each import #19

Open LuizZak opened 3 days ago

LuizZak commented 3 days ago

This PR adds a new button in the UI that allows the user to select which animations to import, using a popup menu interface.

I found that it could be useful to only import a few animations at a time when iterating a sprite in an external program, since re-importing animations has a tendency to duplicate tracks currently.