[Bf-extensions-cvs] [ac92e71d] master: VR: Add "absolute tracking" session option to UI

Peter Kim noreply at git.blender.org
Fri Jul 23 11:27:16 CEST 2021


Commit: ac92e71d98e2f8b3f49ea8bd7b7c8dda47f36c49
Author: Peter Kim
Date:   Fri Jul 23 18:26:48 2021 +0900
Branches: master
https://developer.blender.org/rBAac92e71d98e2f8b3f49ea8bd7b7c8dda47f36c49

VR: Add "absolute tracking" session option to UI

Exposes the absolute tracking/stage reference space functionality
introduced in rB36c0649d32aa.

===================================================================

M	viewport_vr_preview.py

===================================================================

diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py
index 62933c09..07f34756 100644
--- a/viewport_vr_preview.py
+++ b/viewport_vr_preview.py
@@ -332,6 +332,7 @@ class VIEW3D_PT_vr_session(Panel):
         layout.separator()
 
         layout.prop(session_settings, "use_positional_tracking")
+        layout.prop(session_settings, "use_absolute_tracking")
 
 
 class VIEW3D_PT_vr_info(bpy.types.Panel):



More information about the Bf-extensions-cvs mailing list