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 <germano.costa@ig.com.br>2018-05-21 17:17:19 +0300
committerGermano <germano.costa@ig.com.br>2018-05-21 17:17:19 +0300
commit08ba057eef7557d7f7b0bfa73ea98ce010d24902 (patch)
treee557f0c4327ed0c9e665970d8947821f2a380d66 /source/blender/editors/curve
parentf14e4510ac7704b9302c1541e818c25443a69329 (diff)
Fix misuse of the `use_occlusion_test` parameter.
Diffstat (limited to 'source/blender/editors/curve')
-rw-r--r--source/blender/editors/curve/editcurve.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c
index 7e540ee074a..21131b2017d 100644
--- a/source/blender/editors/curve/editcurve.c
+++ b/source/blender/editors/curve/editcurve.c
@@ -5021,7 +5021,6 @@ static int add_vertex_invoke(bContext *C, wmOperator *op, const wmEvent *event)
&(const struct SnapObjectParams){
.snap_select = (vc.obedit != NULL) ? SNAP_NOT_ACTIVE : SNAP_ALL,
.use_object_edit_cage = false,
- .use_occlusion_test = true,
},
mval, NULL,
location, NULL);