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
9e756f8d
Commit
9e756f8d
authored
Oct 15, 2015
by
Dalai Felinto
Browse files
Area.use_mute
parent
16690517
Changes
1
Show whitespace changes
Inline
Side-by-side
space_view3d_virtual_reality/operator.py
View file @
9e756f8d
...
...
@@ -235,6 +235,13 @@ class VirtualRealityDisplayOperator(bpy.types.Operator):
self
.
_slave_status
=
SlaveStatus
.
dupli
elif
self
.
_slave_status
==
SlaveStatus
.
dupli
:
area
=
context
.
area
if
area
:
if
hasattr
(
area
,
"use_mute"
):
area
.
use_mute
=
True
else
:
print
(
"Error muting area"
)
ok
=
self
.
_slaveHook
(
context
,
SlaveStatus
.
uiless
)
self
.
_slave_status
=
SlaveStatus
.
waituser
...
...
Dalai Felinto
@dfelinto
mentioned in commit
880bd637
·
Oct 16, 2015
mentioned in commit
880bd637
mentioned in commit 880bd6376ae874825b6e661e2cf3dcf3f231dbfe
Toggle commit list
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