[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50587] trunk/blender/intern/cycles/app/ cycles_test.cpp: Cycles / Test:

Thomas Dinges blender at dingto.org
Fri Sep 14 15:11:48 CEST 2012


Revision: 50587
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50587
Author:   dingto
Date:     2012-09-14 13:11:48 +0000 (Fri, 14 Sep 2012)
Log Message:
-----------
Cycles / Test:
* Enable progressive flag, tiles are not working properly (Image gets brighter with more samples and no visible updates until all tiles are finished).

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

Modified: trunk/blender/intern/cycles/app/cycles_test.cpp
===================================================================
--- trunk/blender/intern/cycles/app/cycles_test.cpp	2012-09-14 11:42:05 UTC (rev 50586)
+++ trunk/blender/intern/cycles/app/cycles_test.cpp	2012-09-14 13:11:48 UTC (rev 50587)
@@ -272,6 +272,9 @@
 		options.scene_params.shadingsystem = SceneParams::OSL;
 	else if(ssname == "svm")
 		options.scene_params.shadingsystem = SceneParams::SVM;
+		
+	/* Progressive rendering */
+	options.session_params.progressive = true;
 
 	/* find matching device */
 	DeviceType device_type = Device::type_from_string(devicename.c_str());




More information about the Bf-blender-cvs mailing list