Kacper Woźniak
Kacper Woźniak
When opening the Extensions list in Preferences for the first time, the scrollbar is missing. However, if the Preferences dialog will be opened exactly on the Extensions list the scrollbar...
Uninstalling (or updating, I'm guessing it's an uninstall+install combo action) an extension that has subdirectories in its directory results in an error shown below.  It leaves the extension directory...
Color `background`, defined in the `theme.xml` is used outside of its perceivable context of an input background to highlight the disabled text of a button or a menu item. And...
It seems like Aseprite doesn't use `toolbutton_pushed` graphic from the theme and still uses `toolbutton_hot` for buttons that are pressed. ### Aseprite and System version * Aseprite version: v1.2.35-x64 *...
I'd like to suggest adding a new event the global `app` that would be triggered every time the active tool is changed. I believe this would open new possibilities for...
I'd like to suggest adding information about a cel being linked to the Aseprite's Lua API. I believe it's currently impossible to detect whether or not a cel is linked,...
I wrote a script that would lock FG and BG colors leveraging `fgcolorchange` and `bgcolorchange` events: ```lua local dialog = nil local isLocked = false local lockedFgColor = nil local...
Steps to reproduce with Aseprite v1.2.18: 1. Add `NxScale.lua` script to Aseprite. 2. Open `UR64N_N3.aseprite`. 2. Use any scaling algorithm on the image. Issue: For scaling a new image is...
Add missing pages for commands: - `LayerOpacity` - `CelOpacity`