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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-11-27 07:48:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-27 07:51:18 +0300
commit885e73d3878be0fc53d5af9ae42091cfadf3d8d4 (patch)
treeec04a5e8a87f5f8dcdb76df1604875d6b29193a7 /source
parent46d9c5de84bceca921153f96c0b18f7f0b603ac7 (diff)
Manipulator: ignore depth-buffer for scale cage
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/transform/transform_manipulator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c
index 9623e0988da..ee722397f91 100644
--- a/source/blender/editors/transform/transform_manipulator.c
+++ b/source/blender/editors/transform/transform_manipulator.c
@@ -1605,8 +1605,7 @@ void VIEW3D_WGT_xform_cage(wmManipulatorGroupType *wgt)
wgt->name = "Transform Cage";
wgt->idname = "VIEW3D_WGT_xform_cage";
- wgt->flag |= (WM_MANIPULATORGROUPTYPE_3D |
- WM_MANIPULATORGROUPTYPE_DEPTH_3D);
+ wgt->flag |= WM_MANIPULATORGROUPTYPE_3D;
wgt->mmap_params.spaceid = SPACE_VIEW3D;
wgt->mmap_params.regionid = RGN_TYPE_WINDOW;