Aseprite extension for import, export and layer manipulation

I made an extension to help me with my workflow when using Aseprite, I wanted to share it with the community.
The scripts present have extended features and settings to suit my needs, but I suspect other people might find it useful as well.
To summarize:

  • You can mass-import images and configure the handling of these
  • You can rename & sort your layers present on your sprite
  • You can export your sprite to spine data (with a bunch of configurations)

If you want to try it come check out the repository, it’s fully documented: GitHub - RampantDespair/Aseprite-Extension: An Aseprite extension that lets you import, export and manipulate layers
If you like it or use it, leave a star if you want.

I’m open to suggestions for adding new stuff or modifying anything. :slight_smile:

2 Likes

This is almost what i was looking for when it comes to mass-importing, alas it only imports things into layers, and doesn’t do so in frames. Would love to see frame importing be supported in the future, as having to copy paste each frame into a single sprite is driving me insane.

thank your sharing.

Hey there,
I don’t keep tabs on the thread that much as you can see, however I am active daily on GitHub.

If you still want to see this feature, I’d encourage you to make a Feature Request.
I would be happy to implement this for you in a timely fashion.
I’d also need you to tell me what format structure you are proposing for the import?
Are frames suffixed with -X, that way I could iterate and generate them?

In any case don’t hesitate to make the feature request, I just got done adding a Export Frames as groups / sub directories feature for another user.