[Bf-blender-cvs] [b36f866799f] soc-2017-vertex_paint: removed the traces of printf() which was slowing the painting

Darshan Kadu noreply at git.blender.org
Tue Jul 18 09:52:11 CEST 2017


Commit: b36f866799f843156e4f1deb86e3a6f1c07f9989
Author: Darshan Kadu
Date:   Tue Jul 18 13:21:22 2017 +0530
Branches: soc-2017-vertex_paint
https://developer.blender.org/rBb36f866799f843156e4f1deb86e3a6f1c07f9989

removed the traces of printf() which was slowing the painting

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

M	source/blender/editors/sculpt_paint/paint_vertex.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 3704447df6c..4e01de3246e 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -3799,7 +3799,6 @@ static void do_vpaint_brush_draw_task_cb_ex(
 							        data->vp, lcol[l_index],
 							        ss->modes.vwpaint.previous_color[l_index], color_final,
 							        final_alpha, 255 * brush_strength, use_alpha, alpha_paint);
-							printf("%c, %c, %c\n", lcol[l_index], lcol[l_index + 1], lcol[l_index + 2]);
 						}
 					}
 				}




More information about the Bf-blender-cvs mailing list