From 921c95ab5e4473f85c74cab3609917c4c2309c6a Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Wed, 22 Jul 2020 12:00:02 -0300 Subject: Fix T79144: Snapping bypassing the viewport backface culling Silently activate the backface culling when the viewport is using. --- source/blender/editors/transform/transform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/transform/transform.h') diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h index 2bda04ad811..bbd18b4bdaf 100644 --- a/source/blender/editors/transform/transform.h +++ b/source/blender/editors/transform/transform.h @@ -81,6 +81,7 @@ typedef struct TransSnap { bool snap_self; bool peel; bool snap_spatial_grid; + bool use_backface_culling; char status; /* Snapped Element Type (currently for objects only). */ char snapElem; -- cgit v1.2.3