Blender Git Commit Log

Git Commits -> Revision 8a87e48

Revision 8a87e48 by Julian Eisel (vr_scene_inspection)
March 15, 2020, 01:02 (GMT)
Refactor runtime data storage, for OpenXR side session ending

Right now, ending the session via the OpenXR runtime (e.g. closing the
WinMR Portal while the Blender VR session runs) causes multiple issues.
We need a way to properly react to session end events. Changes here
prepare us for that.

Commit Details:

Full Hash: 8a87e48b18ffb4531ae779696ef50dbfa466390b
Parent Commit: 98e6107
Lines Changed: +117, -85

9 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+1, -2) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+2, -6) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+8, -2) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+12, -12) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+87, -59) (Diff)
/source/blender/windowmanager/wm.h (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021