Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Feature Request: Tween only selected frames.

A topic by Monster Vial created Jun 29, 2020 Views: 528 Replies: 4
Viewing posts 1 to 2

It would be nice to be able to select frames and then tween just those.
I like to work on one animation at a time. Tweening everything doesn't really fit my workflow.

Developer

I thought about this but didn’t know how to integrate It with Aseprite’s UI. I guess simple inputs for the first and last frames will do.

I think app.range has all the current selection info. https://github.com/aseprite/api/blob/master/api/range.md#range

The selections in Aseprite can be sparse, though (with ctrl-click.) You could probably just find the first and last selected frame and then just iterator over all in that span. For cells, you could then only move them if that cell was selected maybe? I realize now that this could get complex fast because of how flexible selection is in Ase...

Developer

Took me a bit but this feature is now available in version 2.1.0. Thanks for the push to finally implement this. :)