Martín Capello
Martín Capello
Then we should reopen this, right? @dacap
Hi! There is [planned work](https://github.com/aseprite/aseprite/issues/977) to fix the first issue you mention. And [more work regarding tilemaps and tilesets handling](https://github.com/aseprite/aseprite/issues/3240) For the second issue, I would need more information to...
Hey, thanks for taking the time to make a video! I'm able to reproduce it now. As you noted, it seems like a bug, and not something related to the...
Hey there, I've been looking at this issue and the thing is that when you use the --trim-by-grid CLI option, it implicitly assumes that you are trimming the sprite. When...
Hey there, just tested the following command: ``` ./aseprite.exe --sheet testsheet.png --split-tags -b testexport.aseprite ``` Where testexport.aseprite is a 10 frames animation with 2 tags, the first tag enclosing the...
Alright, just tried this: ``` ./aseprite.exe --sheet testsheet2.png -b testexport.aseprite --split-tags ``` This doesn't work as expected...might be this your issue? I would have expected to work the same as:...
Just took a look at this and the first question that came to my mind was "why Revert?". Then I saw the community post and someone had the same feeling...
Fixed by https://github.com/aseprite/aseprite/pull/3529
Thank you for reporting this!
Just realized that TilesetMode ColorBar::tilesetMode() depends on the m_tilesHBox visibility too, so I'm going to test how the tileset mode behaves in advanced mode and see if we need to...