Skip to content

Aseprite extension for generating timelapses of a sprites drawing process.

License

Notifications You must be signed in to change notification settings

zarstensen/aselapse

Repository files navigation

Aselapse

Icon

Record and generate timelapses automatically whilst drawing in the aseprite program.

Below is the timelapse generated, for the creation of the extension icon:

Icon

This extension requires Aseprite version 1.3-rc3 or greater to function.

Usage

To enable timelapse recording for a sprite, locate the 'Edit Timelapse' command, under the Sprite menu. The sprite must be saved to disk before this is done!

Icon

When pressed the following dialog window will appear.

Icon

This window displays the current number of frames recorded for the timelapse, and lets one pause and restart recording, as well as generate a sprite, that contains the timelapse.

Icon

The extension automatically begins recording sprites on project load, that previously have enabled the timelapse function.

Modifying timelapses

To modify a timelapse, first close the sprite which timelapse needs to be modified.

Then locate a file with the same name as the target sprite, suffixed with '-lapse'. For example 'Sprite.aseprite' will have its modifyable timelapse stored in the 'Sprite-lapse.aseprite' in the same folder.

Perform any modifications to the timelapse, and reopen the target sprite.

The timelapse stored in the extension should now match up with the modified version on disk.

[IMPORTANT] Moving / Renaming Sprites

If your sprite (lets say 'Sprite.aseprite') has a timelapse, and you want to move it to a different folder, you also need to move the 'Sprite-lapse.json' as well as the 'Sprite-lapse.aseprite' files along with it, to preserve the timelapse data.

Simmilarly, when renaming a sprite file, (e.g. 'Sprite_A.aseprite' to 'Sprite_B.aseprite'), you need to rename the following files as well:

'Sprite_A-lapse.json' -> 'Sprite_B-lapse.json'

'Sprite_A-lapse.aseprite' -> 'Sprite_B-lapse.aseprite'

Installation

Download the 'aselapse.aseprite-extension' file, under Releases.

Double-click and say yes to install.

Whenever the extension is run for the first time, some popup windows will appear asking for some permissions. These permissions are needed by the extension, to store the timelapse and some json files on disk.

To disable these popups check the 'Dont't show this specific alert again for this script' (this will need to be done multiple times for every sprite). And press 'Allow Write Access' (or similar).

Icon

To avoid doing this multiple times, check the 'Give full trust to this script', and press 'Give Script Full Access'. This only needs to be done once, to prevent all alert popup windows.

Icon

License

see LICENSE file.

About

Aseprite extension for generating timelapses of a sprites drawing process.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published