Skip to content
Snippets Groups Projects
Commit ac92e71d authored by Peter Kim's avatar Peter Kim
Browse files

VR: Add "absolute tracking" session option to UI

Exposes the absolute tracking/stage reference space functionality
introduced in rB36c0649d32aa.
parent f418b293
No related branches found
No related tags found
No related merge requests found
...@@ -332,6 +332,7 @@ class VIEW3D_PT_vr_session(Panel): ...@@ -332,6 +332,7 @@ class VIEW3D_PT_vr_session(Panel):
layout.separator() layout.separator()
layout.prop(session_settings, "use_positional_tracking") layout.prop(session_settings, "use_positional_tracking")
layout.prop(session_settings, "use_absolute_tracking")
class VIEW3D_PT_vr_info(bpy.types.Panel): class VIEW3D_PT_vr_info(bpy.types.Panel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment