Manipulator: ignore depth-buffer for scale cage

This commit is contained in:
Campbell Barton 2017-11-27 15:48:24 +11:00
parent 46d9c5de84
commit 885e73d387
1 changed files with 1 additions and 2 deletions

View File

@ -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;