Skin Modifier: remove redundant edge-calculation

This commit is contained in:
Campbell Barton 2015-05-04 20:59:34 +10:00
parent abd68c6e45
commit 7e3ee2d15d

@ -1852,7 +1852,6 @@ static DerivedMesh *base_skin(DerivedMesh *origdm,
result = CDDM_from_bmesh(bm, false);
BM_mesh_free(bm);
CDDM_calc_edges(result);
result->dirty |= DM_DIRTY_NORMALS;
skin_set_orig_indices(result);