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

@@ -120,7 +120,7 @@ static void deformVerts(
return;
if (mesh_src == NULL) {
mesh_src = get_mesh(ctx->object, NULL, NULL, vertexCos, false, true);
mesh_src = MOD_get_mesh_eval(ctx->object, NULL, NULL, vertexCos, false, true);
if (mesh_src == NULL) {
return;
}