From 7fda7fb750a9436f4c9a69375113b79502ea6dc1 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Tue, 21 Aug 2018 19:45:59 +0200 Subject: GP: Force Fill triangulation data recalc Add a general parameter to force the recalc of the triangulation data because some modifiers could change the geometry and the filling triangles would not be right. Now, the parameter is visible in UI panel because this option reduces FPS, but maybe in the future we can keep always ON and remove the parameter. --- source/blender/makesdna/DNA_gpencil_modifier_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesdna/DNA_gpencil_modifier_types.h') diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h index 0cc7e9e40da..3727ca9a3f3 100644 --- a/source/blender/makesdna/DNA_gpencil_modifier_types.h +++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h @@ -408,7 +408,4 @@ typedef enum eSmoothGpencil_Flag { GP_SMOOTH_MOD_UV = (1 << 6), } eSmoothGpencil_Flag; -#define MOD_MESHSEQ_READ_ALL \ - (MOD_MESHSEQ_READ_VERT | MOD_MESHSEQ_READ_POLY | MOD_MESHSEQ_READ_UV | MOD_MESHSEQ_READ_COLOR) - #endif /* __DNA_GPENCIL_MODIFIER_TYPES_H__ */ -- cgit v1.2.3