Commit 4e3d51b7 authored by Dalai Felinto's avatar Dalai Felinto
Browse files

only hide master when not paused

parent f48a5b2f
......@@ -521,6 +521,9 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
whether to hide the main 3d viewport
"""
vr = context.window_manager.virtual_reality
if vr.is_paused:
return False
if vr.use_hmd_only:
return True
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment