Follow-up Comment #11, bug #15509 (project mypaint):

I just wanted to add to this thread I here personaly do always the
modifications to the file /mypaint/gui/tileddrawwidget.py to have better
rendering since November I think. And never had crash related to it, or major
slow-down on both desktop or laptop. 

line around l.376 / l.377 , uncomment :
mipmap_level = max(0, int(floor(log(1.0/self.scale,2)))) # slightly better
quality but clearly slower
and comment :
# mipmap_level = max(0, int(ceil(log(1/self.scale,2))))

May be it can be a choice to do with a checkbox in the user preference ? I
would like it. 


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?15509>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to