Follow-up Comment #1, bug #18292 (project mypaint): The problem is that all brush settings (including lock_alpha) are stored together with the tool. But whether lock_alpha is active or not is independent of the tool or brush selected. After startup, toggling lock_alpha would enable the mode, and toggling it again would restore the previous brush (which also has lock_alpha on).
I pushed a workaround for the most urgent problem: https://gitorious.org/mypaint/mypaint/commit/b4cb11d4 But I'm still wondering how to solve this cleanly. MyPaint can still start up with an empty canvas and lock_alpha activated, which is clearly not useful. We probably should not store lock_alpha into the tools if it is only activated because of the mode. But we still need to be able to save a preset with lock_alpha active... (I'm no big user of lock_alpha, but this is important because we will have exactly the same problem for brush blending modes.) _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?18292> _______________________________________________ Nachricht geschickt von/durch Gna! http://gna.org/ _______________________________________________ Mypaint-bugs mailing list [email protected] https://mail.gna.org/listinfo/mypaint-bugs
