[Bf-blender-cvs] [9d00b0f7963] blender2.8: Cleanup: Remove line introduced by error in previous commit

Antonioya noreply at git.blender.org
Thu Aug 30 11:20:00 CEST 2018


Commit: 9d00b0f7963508c3f8de8eff6a376dcb085da438
Author: Antonioya
Date:   Thu Aug 30 11:18:04 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB9d00b0f7963508c3f8de8eff6a376dcb085da438

Cleanup: Remove line introduced by error in previous commit

===================================================================

M	source/blender/blenkernel/intern/gpencil_modifier.c

===================================================================

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;
 					}



More information about the Bf-blender-cvs mailing list