Fix T38638: modifiers on curves kept warnings

This commit is contained in:
Campbell Barton 2014-02-15 17:25:56 +11:00
parent 96d5e05e48
commit 56f6bc06d3
Notes: blender-bot 2023-02-14 11:12:06 +01:00
Referenced by issue #38638, False warning on solidify modifier with bevelled curves
1 changed files with 2 additions and 0 deletions

View File

@ -803,6 +803,8 @@ static void curve_calc_modifiers_pre(Scene *scene, Object *ob, ListBase *nurb,
float *keyVerts = NULL;
int required_mode;
modifiers_clearErrors(ob);
if (editmode)
app_flag |= MOD_APPLY_USECACHE;
if (renderResolution) {