That's strange, it should just be tied to the main color picker - does it update if you select a new secondary that way?
xokem
Creator of
Recent community posts
The way custom brushes work (that is what the extension uses) makes it impossible for this extension at least to round the pattern. Someone requested this previously and when I tried to get it working I'm pretty sure there would always be a weird gap where the corners of the square patterns would be.
Maybe in the future if aseprite supports custom tools I could make a dithering brush tool that would work much better. For now though I don't think it is possible without modifying source code.
I'm not able to test on rc6 without building from source. I assume you have tried this but just to confirm - tiling only really works with even brush sizes. If tiling is not otherwise working I am not sure what to tell you since all the extension is doing is creating a new variant of the built-in custom brush feature. I will investigate this further once I have rc6.
I am glad you are finding the extension useful.
I took a closer look at the api/code and I am not sure how possible it is to have rounded brushes. The main issue is that custom brushes in aseprite are based on having a fixed image that gets tiled - if I make the image circular, the pattern becomes circular without affecting the actual brush shape. To see what I mean you can try drawing a circular pattern and then selecting the pattern and pressing CTRL+B to create a custom brush for it.
As far as pressure sensitivity goes, I don't really have any way to test that and I doubt the API provides any way to detect it.
Maybe in the future if the API becomes more advanced I can create a custom brush tool as opposed to a menu that creates custom brushes.
