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

@@ -250,7 +250,7 @@ static Mesh *applyModifier(
/* array size is doubled in case of using a shell */
const unsigned int stride = do_shell ? 2 : 1;
modifier_get_vgroup_mesh(ctx->object, mesh, smd->defgrp_name, &dvert, &defgrp_index);
MOD_get_vgroup(ctx->object, mesh, smd->defgrp_name, &dvert, &defgrp_index);
orig_mvert = mesh->mvert;
orig_medge = mesh->medge;