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-03-23 15:29:30 +0400
committerThomas Dinges <blender@dingto.org>2014-03-23 15:29:30 +0400
commit8e0ee51b85596e2403f888183ef18fb429aaa031 (patch)
tree573e4d3abb9d3d7297cb8f88f6d6dd3b6e40dc02 /intern/cycles/app
parent31cc49b5dfe623cf2919d7d740f20b0219e704bc (diff)
Cycles Standalone: XML Updates for Branched Path Multi Light.
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/cycles_xml.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/app/cycles_xml.cpp b/intern/cycles/app/cycles_xml.cpp
index 8db96074dc7..04408eb6bc0 100644
--- a/intern/cycles/app/cycles_xml.cpp
+++ b/intern/cycles/app/cycles_xml.cpp
@@ -280,6 +280,8 @@ static void xml_read_integrator(const XMLReadState& state, pugi::xml_node node)
xml_read_int(&integrator->mesh_light_samples, node, "mesh_light_samples");
xml_read_int(&integrator->subsurface_samples, node, "subsurface_samples");
xml_read_int(&integrator->volume_samples, node, "volume_samples");
+ xml_read_bool(&integrator->sample_all_lights_direct, node, "sample_all_lights_direct");
+ xml_read_bool(&integrator->sample_all_lights_indirect, node, "sample_all_lights_indirect");
}
/* Bounces */