[Bf-blender-cvs] [d0b4ec00f6b] soc-2019-openxr: Don't drwa relationship lines in the VR view

Julian Eisel noreply at git.blender.org
Sat Aug 24 22:07:15 CEST 2019


Commit: d0b4ec00f6bc5df452f9e224954c91fb756b164c
Author: Julian Eisel
Date:   Sat Aug 24 22:06:23 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rBd0b4ec00f6bc5df452f9e224954c91fb756b164c

Don't drwa relationship lines in the VR view

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

M	source/blender/editors/space_view3d/view3d_draw.c

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

diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 36e00d94ffe..9fc69462d2a 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -1725,6 +1725,7 @@ void ED_view3d_draw_offscreen_simple(Depsgraph *depsgraph,
     v3d.overlay.flag |= V3D_OVERLAY_HIDE_CURSOR | V3D_OVERLAY_HIDE_TEXT |
                         V3D_OVERLAY_HIDE_MOTION_PATHS | V3D_OVERLAY_HIDE_BONES |
                         V3D_OVERLAY_HIDE_OBJECT_XTRAS | V3D_OVERLAY_HIDE_OBJECT_ORIGINS;
+    v3d.flag |= V3D_HIDE_HELPLINES;
   }
   else {
     v3d.flag2 = V3D_HIDE_OVERLAYS;



More information about the Bf-blender-cvs mailing list