HEYA! I'm absolutely in love with this script and i hate the frame system in asprite! i was curious if there could be more easy features with perhaps grid rows rather then just having horizontal/vertical lines you could select your desired grid as well! Eitherway i'm using this all the time it's a life saver!
Viewing post in Aseprite SpriteSheet Preview Script (Like PyxelEdit) comments
It's all good! i've been using it nonestop and has made sprite animating alot more acessible for me :D as a spritesheet enjoyer this is a miracle thank you so much!
I do have a another feature request however. Whenever booting the plugin up it defaults to 32x32 is there a way to save the data you've input so that it can save your settings? you did say the api was limited but a form of atleast defaulting grid size is that possible?
Like here i wanna save these settings
Yes, it's possible, but I haven't used their file system API as it could potentially introduce bugs. I might add it in the future. However, if you need to customize the default values, you can simply open the script with Notepad or any other text editor. After line 17 (options variables), you can modify the default values and save the file. It's quite straightforward.
Thank you! ❤
Apologies for the mistake! To ensure the dialog displays correctly, you'll need to modify the dialog values as well. For example, to adjust the Tile Width, edit lines 22 and 158. For Tile Height, modify lines 23 and 173. The names are quite similar, so it shouldn't be too difficult to find the others.
offsetX line 20 and 133
offsetY 21, 144
Length 24, 190
animLooping 25, 205
verticalMode 26, 213