Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_lattice.c
| Context not available. | |||||
| MOD_previous_vcos_store(md, vertexCos); /* if next modifier needs original vertices */ | MOD_previous_vcos_store(md, vertexCos); /* if next modifier needs original vertices */ | ||||
| lattice_deform_verts(lmd->object, ctx->object, mesh_src, | lattice_deform_verts(DEG_get_evaluated_object(ctx->depsgraph, lmd->object), ctx->object, mesh_src, | ||||
| vertexCos, numVerts, lmd->name, lmd->strength); | vertexCos, numVerts, lmd->name, lmd->strength); | ||||
| if (!ELEM(mesh_src, NULL, mesh)) { | if (!ELEM(mesh_src, NULL, mesh)) { | ||||
| Context not available. | |||||