Hello Aseprite community!
I’d like to share two free scripts I’ve developed for different animation workflow needs:
1. Tag Names Exporter
A simple utility script that exports your animation tag names to a text file. Perfect for:
- Documenting your animation states
- Quick reference of available animations
- Any workflow that needs a list of your tags
- Custom processing of animation names
Get it here: GitHub Gist Link
2. AseFlixel
A specialized tool for HaxeFlixel game developers that bridges Aseprite animations to HaxeFlixel projects. Features:
- Direct export of animation code
- Custom prefix/suffix support
- Multiple animation direction handling
- Frame rate configuration
- Export as plain code or complete HaxeFlixel class
Get it here: GitHub Repo | Itch.io
Both scripts are free and open-source (MIT License), suitable for both personal and commercial projects.
Feel free to try them out and let me know if you have any questions or suggestions!
Scripts & Extensions #animation #workflow #gamedev