Cleanup: Remove some DerivedMesh wrappers for modifiers

Specifically the deformVerts_DM, deformMatrices_DM, deformVertsEM_DM and deformMatricesEM_DM functions are not used anymore.

Reviewer: brecht
This commit is contained in:
2018-09-19 16:59:05 +02:00
parent e81f7f25ac
commit 3614d9d2a2
8 changed files with 49 additions and 203 deletions

View File

@@ -2608,7 +2608,7 @@ static void editbmesh_calc_modifiers(
}
}
if (mti->deformVertsEM || mti->deformVertsEM_DM)
if (mti->deformVertsEM)
modwrap_deformVertsEM(md, &mectx, em, dm, deformedVerts, numVerts);
else
modwrap_deformVerts(md, &mectx, dm, deformedVerts, numVerts);