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);
 }
 
 

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

Reply via email to