[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44290] branches/soc-2008-mxcurioni/source /blender/editors/mesh/bmesh_tools.c: Removed a code segment for debugging ( not intended for a commit).

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Tue Feb 21 02:42:04 CET 2012


Revision: 44290
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44290
Author:   kjym3
Date:     2012-02-21 01:42:03 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
Removed a code segment for debugging (not intended for a commit).

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c

Modified: branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c	2012-02-21 01:40:04 UTC (rev 44289)
+++ branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c	2012-02-21 01:42:03 UTC (rev 44290)
@@ -4660,11 +4660,6 @@
 				BM_elem_flag_enable(efa, BM_ELEM_FREESTYLE);
 		}
 	}
-	printf("%s\n", clear ? "clear" : "set");
-	BM_ITER(efa, &iter, em->bm, BM_FACES_OF_MESH, NULL) {
-		printf("face %s\n", (BM_elem_flag_test(efa, BM_ELEM_FREESTYLE)) ? "enabled" : "disabled");
-	}
-	printf("\n");
 
 	DAG_id_tag_update(obedit->data, OB_RECALC_DATA);
 	WM_event_add_notifier(C, NC_GEOM|ND_DATA, obedit->data);




More information about the Bf-blender-cvs mailing list