[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43620] branches/bmesh/blender/source/ blender/bmesh/operators/mesh_conv.c: dissable editmode tesselation calculation on exiting editmode, the mesh conversion function does this.

Campbell Barton ideasman42 at gmail.com
Sun Jan 22 23:06:27 CET 2012


Revision: 43620
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43620
Author:   campbellbarton
Date:     2012-01-22 22:06:12 +0000 (Sun, 22 Jan 2012)
Log Message:
-----------
dissable editmode tesselation calculation on exiting editmode, the mesh conversion function does this.

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c

Modified: branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c
===================================================================
--- branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c	2012-01-22 21:12:18 UTC (rev 43619)
+++ branches/bmesh/blender/source/blender/bmesh/operators/mesh_conv.c	2012-01-22 22:06:12 UTC (rev 43620)
@@ -337,7 +337,7 @@
 	/* Scene *scene = BMO_Get_Pnt(op, "scene"); */
 	Mesh *me = ob->data;
 
-	BMO_CallOpf(bm, "bmesh_to_mesh mesh=%p object=%p", me, ob);
+	BMO_CallOpf(bm, "bmesh_to_mesh mesh=%p object=%p notesselation=%i", me, ob, TRUE);
 }
 
 




More information about the Bf-blender-cvs mailing list