[Bf-blender-cvs] [885e73d3878] blender2.8: Manipulator: ignore depth-buffer for scale cage

Campbell Barton noreply at git.blender.org
Mon Nov 27 05:38:56 CET 2017


Commit: 885e73d3878be0fc53d5af9ae42091cfadf3d8d4
Author: Campbell Barton
Date:   Mon Nov 27 15:48:24 2017 +1100
Branches: blender2.8
https://developer.blender.org/rB885e73d3878be0fc53d5af9ae42091cfadf3d8d4

Manipulator: ignore depth-buffer for scale cage

===================================================================

M	source/blender/editors/transform/transform_manipulator.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list