blender/intern/cycles
Sergey Sharybin 2633928e1d 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.
2015-08-26 17:51:54 +02:00
..
app Cycles standalone: add support for reading UV coordinates to the XML scene reader 2015-06-27 12:05:05 +02:00
blender Fix T45789: Materials with transparency not properly rendered in viewport in Material Render mode 2015-08-25 18:12:35 +02:00
bvh Cycles: Use better policy for primitive array resize for spatial split 2015-08-24 09:46:41 +02:00
cmake Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
device Cleanup: spelling/style 2015-08-23 21:12:48 +10:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Fix T45232: Cycles bake artifacts with transparent textures 2015-08-26 17:51:54 +02:00
render Cycles: Add implementation of clip extension mode 2015-07-28 14:36:08 +02:00
subd Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util Cycles: Implement reseve() for aligned array class 2015-08-24 09:46:40 +02:00
CMakeLists.txt CMake: Add option to enable -Werror cflag in some areas 2015-07-18 10:49:51 +02:00
SConscript Cycles: Restructure kernel files organization 2015-05-22 16:31:34 +05:00