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
15e37dda
Commit
15e37dda
authored
Oct 15, 2015
by
Dalai Felinto
Browse files
only redraw when in extended mode
parent
611030b4
Changes
1
Show whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/operator.py
View file @
15e37dda
...
...
@@ -85,7 +85,7 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
return
{
'FINISHED'
}
if
event
.
type
==
'TIMER'
:
TODO
# only if extended
mode
if
self
.
_hmd
and
not
self
.
_hmd
.
is_direct_
mode
:
area
.
tag_redraw
()
return
{
'PASS_THROUGH'
}
...
...
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