Fix #30561 Modifiers with use_apply_on_spline = True do not work on curve with shapekeys

This commit is contained in:
Sergey Sharybin
2012-03-16 11:46:08 +00:00
parent cddca9f606
commit d6339e94fe

View File

@@ -749,6 +749,7 @@ static void curve_calc_modifiers_pre(Scene *scene, Object *ob, int forRender, fl
* shape key modifier yet. */
deformedVerts= curve_getKeyVertexCos(cu, nurb, keyVerts);
originalVerts= MEM_dupallocN(deformedVerts);
numVerts = count_curveverts_without_handles(nurb);
}
}