[Bf-blender-cvs] [5b19b2cb567] temp_bmesh_multires: remove debug printf

Joseph Eagar noreply at git.blender.org
Thu Jul 1 06:25:59 CEST 2021


Commit: 5b19b2cb5675c1e0d64176cfa73e17eed3132038
Author: Joseph Eagar
Date:   Wed Jun 30 21:25:46 2021 -0700
Branches: temp_bmesh_multires
https://developer.blender.org/rB5b19b2cb5675c1e0d64176cfa73e17eed3132038

remove debug printf

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

M	source/blender/blenkernel/intern/pbvh_bmesh.c

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

diff --git a/source/blender/blenkernel/intern/pbvh_bmesh.c b/source/blender/blenkernel/intern/pbvh_bmesh.c
index c1ceaa2083a..14919bd5386 100644
--- a/source/blender/blenkernel/intern/pbvh_bmesh.c
+++ b/source/blender/blenkernel/intern/pbvh_bmesh.c
@@ -3766,8 +3766,6 @@ CLANG_OPT_BUG static bool cleanup_valence_3_4(PBVH *pbvh,
 
         BMFace *f2 = pbvh_bmesh_face_create(pbvh, n, vs, NULL, v->e->l->f, false, false);
 
-        printf("%p %p %p\n", f2->l_first->prev->head.data, ls[3]->head.data);
-
         CustomData_bmesh_swap_data_simple(
             &pbvh->bm->ldata, &f2->l_first->prev->head.data, &ls[3]->head.data);
 
@@ -3780,9 +3778,6 @@ CLANG_OPT_BUG static bool cleanup_valence_3_4(PBVH *pbvh,
             f2->no, f2->l_first->v->co, f2->l_first->next->v->co, f2->l_first->prev->v->co);
         BM_log_face_added(pbvh->bm_log, f2);
       }
-      else {
-        // printf("eek2!\n");
-      }
 
       if (f1) {
         CustomData_bmesh_swap_data_simple(



More information about the Bf-blender-cvs mailing list