Any Chance for export by animation, or something to be able to tell easily which animation is which when exported. I would love to write something to make this be easily imported into godot to setup sprite animations and the like.
In the ini file you can set "export_individual_sheets" to "always".
This way you will get one image file for each animation.
Hope that's what you need.