Fix crash with explode modifier

This commit is contained in:
Hans Goudey 2022-12-30 21:58:56 -05:00
parent 428e30c9b8
commit ded442c113
1 changed files with 2 additions and 1 deletions

View File

@ -702,6 +702,7 @@ void BKE_mesh_convert_mfaces_to_mpolys(Mesh *mesh)
&mesh->totpoly);
mesh_ensure_tessellation_customdata(mesh);
BKE_mesh_legacy_convert_loops_to_corners(mesh);
}
/**
@ -1805,4 +1806,4 @@ void BKE_mesh_legacy_convert_loops_to_corners(Mesh *mesh)
CustomData_free_layers(&mesh->ldata, CD_MLOOP, mesh->totloop);
}
/** \} */
/** \} */