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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user