[Bf-blender-cvs] [67169e70d6] blender-v2.78c-release: Fix T50687: Cycles baking time estimate and progress bar doesn't work / progress when baking with high samples

Sergey Sharybin noreply at git.blender.org
Wed Feb 22 16:59:26 CET 2017


Commit: 67169e70d6816df90345cd8b837398c8f3c1e57e
Author: Sergey Sharybin
Date:   Thu Feb 16 17:15:08 2017 +0100
Branches: blender-v2.78c-release
https://developer.blender.org/rB67169e70d6816df90345cd8b837398c8f3c1e57e

Fix T50687: Cycles baking time estimate and progress bar doesn't work / progress when baking with high samples

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

M	intern/cycles/render/bake.h

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

diff --git a/intern/cycles/render/bake.h b/intern/cycles/render/bake.h
index 25f5eb3c89..aed9c5a8e7 100644
--- a/intern/cycles/render/bake.h
+++ b/intern/cycles/render/bake.h
@@ -73,7 +73,7 @@ public:
 
 	bool need_update;
 
-	int total_pixel_samples;
+	size_t total_pixel_samples;
 
 private:
 	BakeData *m_bake_data;




More information about the Bf-blender-cvs mailing list