Blender Git Loki
Git Commits -> Revision 7bdd12e
Revision 7bdd12e by Julian Eisel (vr_scene_inspection) March 15, 2020, 01:54 (GMT) |
Fix multiple issues when closing session from OpenXR runtime We only managed Ghost-XR data then, not Blender side data. E.g. if there was a VR mirror, its 3D View would remain locked then (disallowing navigation). |
Commit Details:
Full Hash: 7bdd12e20c2a6c1081864c76cf44e63f187e99bb
Parent Commit: 60bcfbe
Lines Changed: +75, -26
7 Modified Paths:
/intern/ghost/GHOST_Types.h (+19, -10) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+4, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+10, -5) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+31, -8) (Diff)
/source/blender/windowmanager/wm.h (+5, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+4, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+10, -5) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+31, -8) (Diff)
/source/blender/windowmanager/wm.h (+5, -1) (Diff)