Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-12-18 00:28:33 +0300
committerThomas Dinges <blender@dingto.org>2014-12-18 00:28:33 +0300
commit3820d44979c52be4b537430d0b7b906dfdaf1116 (patch)
tree27d151a39db2948031981794c79b62070a733710 /intern/cycles/render/integrator.cpp
parentcd4d5dcb468a710ea0c688c884379d25c5d6bd66 (diff)
Cycles: Add missing entries in the Integrator constructor and some updates
to the XML API. (Changes from the standalone repo)
Diffstat (limited to 'intern/cycles/render/integrator.cpp')
-rw-r--r--intern/cycles/render/integrator.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/cycles/render/integrator.cpp b/intern/cycles/render/integrator.cpp
index ae7cc30eb23..9b279660f9c 100644
--- a/intern/cycles/render/integrator.cpp
+++ b/intern/cycles/render/integrator.cpp
@@ -59,6 +59,10 @@ Integrator::Integrator()
mesh_light_samples = 1;
subsurface_samples = 1;
volume_samples = 1;
+
+ sample_all_lights_direct = true;
+ sample_all_lights_indirect = true;
+
method = PATH;
sampling_pattern = SAMPLING_PATTERN_SOBOL;