Blender Git Commit Log
Git Commits -> Revision 587067b
Revision 587067b by Sergey Sharybin (master) November 23, 2012, 12:50 (GMT) |
Fix usage of uninialized memory in some operations - FastGaussianBlurValueOperation is a value operation, so use only first vector component in initializeTileData. - Gamma correct/uncorrect operations didn't set alpha for output which lead to usage of uninitialzied memory further in nodes graph. |
Commit Details:
Full Hash: 587067b4fc74d92ceecab9f134dc04cca45b16b2
SVN Revision: 52512
Parent Commit: 12f3147
Lines Changed: +4, -2