[Bf-blender-cvs] [a8e1e19] bake-cycles: build fix for windows after 68893054 (IMB buffer functions to take a mask as input)

Dalai Felinto noreply at git.blender.org
Sat Apr 26 14:58:44 CEST 2014


Commit: a8e1e1949a64a435a6e2b6adda239bf228f35886
Author: Dalai Felinto
Date:   Sat Apr 26 09:12:27 2014 -0300
https://developer.blender.org/rBa8e1e1949a64a435a6e2b6adda239bf228f35886

build fix for windows after 68893054 (IMB buffer functions to take a mask as input)

Actually ... this was a left over from debugging, so Im glad it was spotted

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

M	source/blender/imbuf/intern/divers.c

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

diff --git a/source/blender/imbuf/intern/divers.c b/source/blender/imbuf/intern/divers.c
index 565d068..bbf0b80 100644
--- a/source/blender/imbuf/intern/divers.c
+++ b/source/blender/imbuf/intern/divers.c
@@ -347,7 +347,6 @@ void IMB_buffer_byte_from_float_mask(uchar *rect_to, const float *rect_from,
 		di = create_dither_context(dither);
 
 	for (y = 0; y < height; y++) {
-		printf("\n");
 		float t = y * inv_height;
 
 		if (channels_from == 1) {




More information about the Bf-blender-cvs mailing list