GP: Reduce list of modifiers affected by recalc
This commit is contained in:
@@ -409,9 +409,7 @@ void BKE_gpencil_stroke_modifiers(Depsgraph *depsgraph, Object *ob, bGPDlayer *g
|
||||
if (ELEM(md->type,
|
||||
eGpencilModifierType_Hook,
|
||||
eGpencilModifierType_Lattice,
|
||||
eGpencilModifierType_Noise,
|
||||
eGpencilModifierType_Offset,
|
||||
eGpencilModifierType_Smooth)) {
|
||||
eGpencilModifierType_Offset)) {
|
||||
|
||||
gps->flag |= GP_STROKE_RECALC_CACHES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user