Commit: c4b27eb46adfb6176505b2705223b84c17271ed8
Author: Clément Foucault
Date:   Tue Jul 23 00:10:48 2019 +0200
Branches: tmp-batch-cache-cleanup
https://developer.blender.org/rBc4b27eb46adfb6176505b2705223b84c17271ed8

Cleanup: Remove Printf

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

M       source/blender/draw/intern/draw_cache_impl_mesh.c

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

diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.c 
b/source/blender/draw/intern/draw_cache_impl_mesh.c
index d9edbdc4511..74295f5c6d2 100644
--- a/source/blender/draw/intern/draw_cache_impl_mesh.c
+++ b/source/blender/draw/intern/draw_cache_impl_mesh.c
@@ -1332,12 +1332,6 @@ static void mesh_tri_finish(const MeshRenderData *mr, 
void *ibo, void *elb)
           int dst_sta = mat_tri_ofs[mat_curr] + mat_tri_len[mat_curr];
           uint(*src)[3] = tri_source + cpy_sta;
           uint(*dst)[3] = tri_sorted + dst_sta;
-          printf("copy mat[%d] %d-%d to %d-%d\n",
-                 mat_curr,
-                 cpy_sta,
-                 cpy_sta + cpy_len,
-                 dst_sta,
-                 dst_sta + cpy_len);
           memcpy(dst, src, sizeof(*dst) * cpy_len);
 
           mat_tri_len[mat_curr] += cpy_len;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to