Blender Git Loki
Git Commits -> Revision 00cdff1
Revision 00cdff1 by Robert Holcomb (master) February 7, 2007, 03:40 (GMT) |
When converting a VAL buffer to RGBA the alpha is also set to the value in the VAL buffer. This should be set to 1.0f as in the other conversions or it results in an unevenly transparent buffer. Corrected to result in an opaque buffer. BKE_node.h commit is in error, but harmless (oops). |
Commit Details:
Full Hash: 00cdff156f361bb3b07459355745fa6125383c0d
SVN Revision: 10031
Parent Commit: a10ed3b
Lines Changed: +2, -1