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
bde6d747
Commit
bde6d747
authored
Oct 16, 2015
by
Dalai Felinto
Browse files
UI fix for use_hmd_only
parent
e61900e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/ui.py
View file @
bde6d747
...
...
@@ -43,7 +43,7 @@ class VirtualRealityPanel(bpy.types.Panel):
sub
.
prop
(
vr
,
"preview_scale"
,
text
=
"Scale"
)
sub
=
col
.
column
()
sub
.
active
=
vr
.
preview_scale
<
100
sub
.
active
=
not
(
vr
.
use_preview
and
vr
.
preview_scale
==
100
)
sub
.
prop
(
vr
,
"use_hmd_only"
)
col
.
operator
(
"view3d.virtual_reality_display"
,
text
=
"Re-Center"
).
action
=
'RECENTER'
...
...
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