Cleanup: naming in MOD_utils.

This commit is contained in:
2018-06-29 19:02:19 +02:00
parent 3bc21bc5f7
commit 0c94528829
26 changed files with 74 additions and 73 deletions

View File

@@ -111,7 +111,7 @@ static void deformVerts(
LIB_ID_COPY_NO_PREVIEW,
false);
}
else surmd->mesh = get_mesh(ctx->object, NULL, NULL, NULL, false, false);
else surmd->mesh = MOD_get_mesh_eval(ctx->object, NULL, NULL, NULL, false, false);
if (!ctx->object->pd) {
printf("SurfaceModifier deformVerts: Should not happen!\n");