Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-08-30 12:18:04 +0300
committerAntonioya <blendergit@gmail.com>2018-08-30 12:18:04 +0300
commit9d00b0f7963508c3f8de8eff6a376dcb085da438 (patch)
tree54448efd8fce3ba8a50a2814731db5a3b2c18eae /source/blender/blenkernel/intern/gpencil_modifier.c
parentf2d8241b23bdf118336b94d54146bac41b791580 (diff)
Cleanup: Remove line introduced by error in previous commit
Diffstat (limited to 'source/blender/blenkernel/intern/gpencil_modifier.c')
-rw-r--r--source/blender/blenkernel/intern/gpencil_modifier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/gpencil_modifier.c b/source/blender/blenkernel/intern/gpencil_modifier.c
index 9c119e9776a..1cfbaed37fe 100644
--- a/source/blender/blenkernel/intern/gpencil_modifier.c
+++ b/source/blender/blenkernel/intern/gpencil_modifier.c
@@ -425,8 +425,8 @@ void BKE_gpencil_stroke_modifiers(Depsgraph *depsgraph, Object *ob, bGPDlayer *g
if (ELEM(md->type,
eGpencilModifierType_Hook,
eGpencilModifierType_Lattice,
- eGpencilModifierType_Noise,
- eGpencilModifierType_Offset)) {
+ eGpencilModifierType_Offset))
+ {
gps->flag |= GP_STROKE_RECALC_CACHES;
}