From 8e0ee51b85596e2403f888183ef18fb429aaa031 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 23 Mar 2014 12:29:30 +0100 Subject: Cycles Standalone: XML Updates for Branched Path Multi Light. --- intern/cycles/app/cycles_xml.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/app') 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 */ -- cgit v1.2.3