[Bf-blender-cvs] [8e0ee51] master: Cycles Standalone: XML Updates for Branched Path Multi Light.

Thomas Dinges noreply at git.blender.org
Sun Mar 23 12:31:39 CET 2014


Commit: 8e0ee51b85596e2403f888183ef18fb429aaa031
Author: Thomas Dinges
Date:   Sun Mar 23 12:29:30 2014 +0100
https://developer.blender.org/rB8e0ee51b85596e2403f888183ef18fb429aaa031

Cycles Standalone: XML Updates for Branched Path Multi Light.

===================================================================

M	intern/cycles/app/cycles_xml.cpp

===================================================================

diff --git a/intern/cycles/app/cycles_xml.cpp b/intern/cycles/app/cycles_xml.cpp
index 8db9607..04408eb 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 */




More information about the Bf-blender-cvs mailing list