Brien Dieterle

Results 44 comments of Brien Dieterle

Even though https://github.com/mypaint/mypaint/issues/840 is closed I think we need to do something in the engine, since a lot of brushes will contain these bogus mappings forever. Is there an easy...

I didn't think too much about the field Types, admittedly. Maybe it would work to have an option (checkbox?) to combine the auto headers (assuming String) with overrides of one...

You know, it might actually "drop in" as a replacement without messing with any brushes. I opened the Class/Knife brush and switched dab angle from Direction to Direction 360. All...

This is surprisingly turning into a big problem for me. I was a dummy and bought a Philips 276E high gamut "near-Adobe RGB" monitor. Now I want to just use...

This has bugged me forever

Very cool progress. Regarding performance, do you think the poor performance has anything to do with the number of events received per second? That is, during the gesture to rotate,...

Ah "debounce", I didn't know there was a name for it (I don't have a ton of experience in anything ;-). We should maybe look at using a debounce decorator...

It sounds like you need to build and install libmypaint from git first, then build mypaint https://github.com/mypaint/libmypaint/blob/master/README.md On Jul 23, 2017 5:16 PM, "Bansari" wrote: > I tried to install...

You need to install python-numpy and probably other things. This doc should help: https://github.com/mypaint/mypaint/blob/master/BUILDING.md On Jul 24, 2017 6:10 AM, "Bansari" wrote: > Ok, so I tried searching solution for...

I have a Sierra macOS machine now that I can play with. I didn't have much luck with MacPorts and compiling libmypaint. Failed on configure with gettext missing (but I...