Fix T74199 Overlay: Turning off overlays also hides edges

This commit is contained in:
Clément Foucault 2020-04-17 21:53:38 +02:00
parent 842e817bf7
commit 156319d2b3
Notes: blender-bot 2023-02-14 07:31:34 +01:00
Referenced by issue #74199, Turning off overlays also hides edges
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ static void OVERLAY_engine_init(void *vedata)
pd->overlay.flag = V3D_OVERLAY_HIDE_TEXT | V3D_OVERLAY_HIDE_MOTION_PATHS |
V3D_OVERLAY_HIDE_BONES | V3D_OVERLAY_HIDE_OBJECT_XTRAS |
V3D_OVERLAY_HIDE_OBJECT_ORIGINS;
pd->overlay.wireframe_threshold = v3d->overlay.wireframe_threshold;
}
if (v3d->shading.type == OB_WIRE) {