Commit bde6d747 authored by Dalai Felinto's avatar Dalai Felinto
Browse files

UI fix for use_hmd_only

parent e61900e8
......@@ -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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment