Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_curve.c
| Context not available. | |||||
| /* silly that defaxis and curve_deform_verts are off by 1 | /* silly that defaxis and curve_deform_verts are off by 1 | ||||
| * but leave for now to save having to call do_versions */ | * but leave for now to save having to call do_versions */ | ||||
| curve_deform_verts(cmd->object, ctx->object, | curve_deform_verts(DEG_get_evaluated_object(ctx->depsgraph, cmd->object), ctx->object, | ||||
| vertexCos, numVerts, dvert, defgrp_index, cmd->defaxis - 1); | vertexCos, numVerts, dvert, defgrp_index, cmd->defaxis - 1); | ||||
| if (!ELEM(mesh_src, NULL, mesh)) { | if (!ELEM(mesh_src, NULL, mesh)) { | ||||
| Context not available. | |||||