Blender Git Loki
Git Commits -> Revision 2f2f7c0
Revision 2f2f7c0 by Antonis Ryakiotakis (master) May 29, 2015, 11:38 (GMT) |
Fix T44882, color picker in texpainting doing linear interpolation even when mipmap is off. We used to always have nearest interpolation for texpaint but at least make this work with mipmap off correctly. Also added conversion casts to avoid integer overflow in filtering code |
Commit Details:
Full Hash: 2f2f7c0e875b2cfcd7b5caa0af532401deac67be
Parent Commit: 1bede86
Lines Changed: +58, -16