Blender Git Loki
Git Commits -> Revision 2633928
Revision 2633928 by Sergey Sharybin (master) August 26, 2015, 15:51 (GMT) |
Fix T45232: Cycles bake artifacts with transparent textures The issue was caused by uninitialized ray used for composite and AO evaluation. Can;t really think of "proper" ray configuration here, it's all a bit arbitrary but think initializing the ray in a way so we look at the surface in a negative normal direction is much better alternative to uninitialized ray. Open for alternative suggestions tho. |
Commit Details:
Full Hash: 2633928e1def66c63e89a4534fdcc0d9c268c7c4
Parent Commit: f62748f
Lines Changed: +7, -0
1 Modified Path:
/intern/cycles/kernel/kernel_bake.h (+7, -0) (Diff)