Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dalai Felinto
virtual_reality_viewport
Commits
4e3d51b7
Commit
4e3d51b7
authored
Oct 16, 2015
by
Dalai Felinto
Browse files
only hide master when not paused
parent
f48a5b2f
Changes
1
Show whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/operator.py
View file @
4e3d51b7
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment