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
e4bad93b
Commit
e4bad93b
authored
Oct 16, 2015
by
Dalai Felinto
Browse files
Setting OCULUS LEGACY as default mode
parent
90556157
Changes
1
Hide whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/__init__.py
View file @
e4bad93b
...
...
@@ -51,7 +51,7 @@ class VirtualRealityPreferences(bpy.types.AddonPreferences):
(
"OCULUS_LEGACY"
,
"Oculus Legacy"
,
"Oculus 0.5 - oculus.com"
),
(
"DEBUG"
,
"Debug"
,
"Debug backend - no real HMD"
),
),
default
=
"OCULUS"
,
default
=
"OCULUS
_LEGACY
"
,
)
def
draw
(
self
,
context
):
...
...
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