blender/intern/cycles/render
Brecht Van Lommel 5e4bad2c00 Cycles: remove option to disable transparent shadows globally.
We already detect this automatically based on shading nodes and per shader
settings, and performance of this option is ok now all devices.

Differential Revision: https://developer.blender.org/D2767
2017-08-07 14:01:24 +02:00
..
attribute.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
attribute.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
background.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
background.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
bake.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
bake.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
buffers.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
buffers.h Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
camera.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
camera.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
CMakeLists.txt Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
constant_fold.cpp Fix missing return error introduced by last commit 2017-07-03 12:12:27 +02:00
constant_fold.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
curves.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
curves.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
film.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
film.h Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
graph.cpp Squashed commit of the following: 2017-04-18 11:43:09 +02:00
graph.h Cycles: Remove meaningless volume shaders 2017-04-18 11:20:39 +02:00
image.cpp Fix T52135: Cycles should not keep generated/packed images in memory after render. 2017-07-20 23:47:05 +02:00
image.h Fix T52135: Cycles should not keep generated/packed images in memory after render. 2017-07-20 23:47:05 +02:00
integrator.cpp Cycles: remove option to disable transparent shadows globally. 2017-08-07 14:01:24 +02:00
integrator.h Cycles: remove option to disable transparent shadows globally. 2017-08-07 14:01:24 +02:00
light.cpp Fix T51855: Cycles emssive objects with NaN transform break lighting. 2017-07-03 05:04:43 +02:00
light.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
mesh_displace.cpp Fix T49324: True displacement crashes when shader returns NaN 2017-05-15 15:45:19 +02:00
mesh_subdivision.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
mesh.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
mesh.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
nodes.cpp Fix T52135: Cycles should not keep generated/packed images in memory after render. 2017-07-20 23:47:05 +02:00
nodes.h Cycles: Enable SSS from Principled BSDF only when actually in use 2017-07-12 04:40:24 -04:00
object.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
object.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
osl.cpp Fix T51967: OSL crash after rendering finished (mainly on Windows). 2017-07-08 02:46:06 +02:00
osl.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
particles.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
particles.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
scene.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
scene.h Cycles: Cleanup, use ccl::vector instead of std::vector 2017-04-28 13:22:07 +02:00
session.cpp Cycles: remove option to disable transparent shadows globally. 2017-08-07 14:01:24 +02:00
session.h Fix T51652: Cycles - Persistant Images not storing images 2017-05-30 06:34:53 +02:00
shader.cpp Cycles: remove option to disable transparent shadows globally. 2017-08-07 14:01:24 +02:00
shader.h Fix T51553: Cycles Volume Emission turns black when strength is 0 or color is black 2017-05-19 04:59:35 +02:00
sobol.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
sobol.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
svm.cpp Cycles: Fix race condition in shader attribute for real now 2017-04-10 16:53:01 +02:00
svm.h Cycles: Fix race condition in shader attribute for real now 2017-04-10 16:53:01 +02:00
tables.cpp Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
tables.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
tile.cpp Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00
tile.h Cycles: Implement denoising option for reducing noise in the rendered image 2017-05-07 14:40:58 +02:00