Blender Git Commit Log
Git Commits -> Revision d330d07
Revision d330d07 by Julian Eisel (vr_scene_inspection) December 12, 2019, 17:27 (GMT) |
Add Py API for querying VR session state This should be a rather important step to get the Python defined VR UIs to work. Also: * Adds a bpy.types.XrSessionState.is_running() class method for the UI to use. * Adds a XR-data-changed notifier type for the window manager category to ensure proper redraws on state changes. |
Commit Details:
Full Hash: d330d0762b2a5a4595c18cedce3ba9206a9bb934
Parent Commit: 5954cb8
Lines Changed: +73, -1
8 Modified Paths:
/source/blender/editors/space_view3d/space_view3d.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+36, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+16, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+36, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+16, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)