From a3bb385ca0ba37bf1cdc1b74de9ce872b262fb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 24 Sep 2018 23:18:02 +0200 Subject: Edit Mesh: Move Edit Mesh display settings to overlay's This makes the Edit Mesh display settings common to all objects. They can also be set differently per viewport. Modifying extra data (seams, sharp edges etc...) will no longer set them automaticaly visible. Bumping version because we need to force set all extra draw options for older files. --- source/blender/makesdna/DNA_mesh_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_mesh_types.h') diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h index 816a589ee16..e8eb59cb5e0 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -238,6 +238,7 @@ enum { ME_CDFLAG_EDGE_CREASE = 1 << 2, }; +#if 0 /* Was moved to overlay options for 2.8 */ /* me->drawflag, short */ enum { ME_DRAWEDGES = 1 << 0, @@ -270,6 +271,7 @@ enum { /* draw loop normals */ ME_DRAW_LNORMALS = 1 << 18, }; +#endif /* Subsurf Type */ enum { -- cgit v1.2.3