Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2020-07-22 18:00:02 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2020-07-22 18:00:02 +0300
commit921c95ab5e4473f85c74cab3609917c4c2309c6a (patch)
tree2034b918f4ccfa01526db63d329053b3a338750c /source/blender/editors/transform/transform.h
parent72fc70879c20b98b3b5663b8700674e62ffb0235 (diff)
Fix T79144: Snapping bypassing the viewport backface culling
Silently activate the backface culling when the viewport is using.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h1
1 files changed, 1 insertions, 0 deletions
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;