[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60440] trunk/blender/intern/cycles/device /device_opencl.cpp: Fix #36873: cycles opencl render status show negative sample count.

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Sep 30 14:11:26 CEST 2013


Revision: 60440
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60440
Author:   blendix
Date:     2013-09-30 12:11:25 +0000 (Mon, 30 Sep 2013)
Log Message:
-----------
Fix #36873: cycles opencl render status show negative sample count.

Modified Paths:
--------------
    trunk/blender/intern/cycles/device/device_opencl.cpp

Modified: trunk/blender/intern/cycles/device/device_opencl.cpp
===================================================================
--- trunk/blender/intern/cycles/device/device_opencl.cpp	2013-09-30 11:27:03 UTC (rev 60439)
+++ trunk/blender/intern/cycles/device/device_opencl.cpp	2013-09-30 12:11:25 UTC (rev 60440)
@@ -1086,7 +1086,7 @@
 
 					tile.sample = sample + 1;
 
-					//task->update_progress(tile);
+					task->update_progress(tile);
 				}
 
 				task->release_tile(tile);




More information about the Bf-blender-cvs mailing list