- remove unnecessary editmode cycle on convert subsurf to mesh

This commit is contained in:
2005-07-18 17:45:30 +00:00
parent 06c7653be1
commit f289329ed5

View File

@@ -2217,13 +2217,6 @@ void convertmenu(void)
displistmesh_to_mesh(dlm, ob1->data);
displistmesh_free(dlm);
/* texspace and normals */
BASACT= basen;
enter_editmode();
exit_editmode(1); // freedata, but no undo
BASACT= basact;
}
}
else if(ob->type==OB_FONT) {