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) {
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs