Blender Git Loki
Git Commits -> Revision 7215e50
Revision 7215e50 by Lukas Toenne (master) January 31, 2011, 11:57 (GMT) |
Changed alpha blending mode for image editor and node previews. This was using the sum of the image and alpha-faded background, leading to almost-white transparent areas. New code uses correct GL_SRC_ALPHA for the source image. |
Commit Details:
Full Hash: 7215e5085e803dd50272fad91cd1fe53ad2c905d
SVN Revision: 34579
Parent Commit: 97002c2
Lines Changed: +2, -3