[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48153] trunk/blender/intern/cycles/app/ cycles_xml.cpp: * Fix for the Cycles XML commit yesterday, blur_glossy has a different internal variable name.

Thomas Dinges blender at dingto.org
Thu Jun 21 10:02:28 CEST 2012


Revision: 48153
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48153
Author:   dingto
Date:     2012-06-21 08:02:18 +0000 (Thu, 21 Jun 2012)
Log Message:
-----------
* Fix for the Cycles XML commit yesterday, blur_glossy has a different internal variable name. 

Modified Paths:
--------------
    trunk/blender/intern/cycles/app/cycles_xml.cpp

Modified: trunk/blender/intern/cycles/app/cycles_xml.cpp
===================================================================
--- trunk/blender/intern/cycles/app/cycles_xml.cpp	2012-06-21 07:45:41 UTC (rev 48152)
+++ trunk/blender/intern/cycles/app/cycles_xml.cpp	2012-06-21 08:02:18 UTC (rev 48153)
@@ -277,7 +277,7 @@
 	
 	xml_read_bool(&integrator->transparent_shadows, node, "transparent_shadows");
 	xml_read_bool(&integrator->no_caustics, node, "no_caustics");
-	xml_read_float(&integrator->blur_glossy, node, "blur_glossy");
+	xml_read_float(&integrator->filter_glossy, node, "blur_glossy");
 	
 	xml_read_int(&integrator->seed, node, "seed");
 	xml_read_float(&integrator->sample_clamp, node, "sample_clamp");




More information about the Bf-blender-cvs mailing list