blender/intern
Patrick Mours bd2b1a67a7 Fix T74939: Random Walk subsurface appearance in OptiX does not match other engines
Random Walk subsurface scattering did look different with OptiX because transmittance is
calculated based on the hit distance, but the OptiX implementation of `scene_intersect_local`
would return the distance in world space, while the Cycles BVH version returns it in object
space. This fixes the problem by simply skipping the object->world transforms in all the
places using the result of `scene_intersect_local` with OptiX.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D7232
2020-03-26 13:00:09 +01:00
..
atomic Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
audaspace Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
clog Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
cycles Fix T74939: Random Walk subsurface appearance in OptiX does not match other engines 2020-03-26 13:00:09 +01:00
dualcon Fix build WITH_CXX_GUARDEDALLOC 2020-03-19 14:42:04 -03:00
eigen Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
ffmpeg Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
ghost UI: remove non-unicode font and simplify default font loading code 2020-03-25 16:39:58 +01:00
glew-mx ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
guardedalloc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
iksolver Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
itasc Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
libc_compat Build: change libc compatibility code to only be used for new glibc 2020-02-27 12:52:19 +01:00
libmv Cleanup: include missing CMake headers 2020-01-25 20:15:35 +11:00
locale Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
mantaflow Fluid: Small fix for secondary particles 2020-03-25 16:08:05 +01:00
memutil Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
mikktspace Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
numaapi Fix numaapi on PowerPC platforms 2020-01-15 11:18:24 +01:00
opencolorio Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
opensubdiv Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
openvdb Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
quadriflow Cleanup: cmake indentation 2020-03-04 11:02:35 +11:00
rigidbody Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
string Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
utfconv Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
CMakeLists.txt Build: add compatibility between precompiled libraries and new glibc 2020-02-26 18:13:14 +01:00