David Gowers
David Gowers
Don't really want to scope-creep, but i'm getting the increasing idea that parametrizable shapes are really useful. eg. [Here's](http://i.imgur.com/0TN0nZV.png) an example of how fast you can throw things together with...
Yeah, I recognize that the design is kind of flimsy at the moment. Didn't mean to suggest this should have anything to do with 1.2 -- I wasn't even aware...
@AtsusaKaneytza : Drawpile's failure to support non-Wacom tablets is all due to Qt's failures, much as MyPaint's ability to support non-Wacom tablets is mostly due to GTK's abilities. Krita had...
Only thing I want to add to the above is that a) the plugin should be able to define keyboard shortcuts, and b) the user should be able to adjust...
.. It's implemented in GIMP.. AFAIK it's literally what loentar says: Eraser subtracts from alpha, Anti-Erase adds to it. There is no effect on color. Implementation [here](https://git.gnome.org/browse/gimp/tree/app/operations/gimpoperationantierasemode.c#n95)
Correct me if I'm wrong (my mypaint build isn't currently working so I can't test), but I thought that modes were generally additive, meaning that removing this will make it...
the numbers and letter are simply a single serial number (think of the letter as being a number 0-25), you can see this in the implementation, line 1293 of gui/filehandling.py....
@AtsusaKaneytza IMO that sounds like we should open a new issue about splitting it into two options: 'Multiple PNG transparent, layer sized' and 'Multiple PNG transparent, document sized'.
Personally this does not only extend to vector layers. Our mechanism for raster editing has similar issues if you want to align with features on multiple layers. Not sure what...
@achadwick When you want to make a new layer in an external app that aligns with multiple layers in the Mypaint document. Copy/paste usually places it in the wrong place...