Blender Git Commit Log

Git Commits -> Revision 9be27de

October 29, 2020, 14:49 (GMT)
XR: Improve error handling / messages

Originally thought that not terminating the session for certain "non-
fatal" errors (e.g. an incorrect action path) would make sense.
However, realized that error messages can pile up this way and it
is better for user feedback and debugging to always exit the session
when encountering an OpenXR-level error.

Commit Details:

Full Hash: 9be27de8310663f3e2af9b9325fa2d372e9e71ae
Parent Commit: a90bfa1
Lines Changed: +118, -176

8 Modified Paths:

/intern/ghost/GHOST_Types.h (+0, -5) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+0, -1) (Diff)
/intern/ghost/intern/GHOST_XrException.h (+1, -2) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+106, -120) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_XR_intern.h (+0, -41) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr.c (+4, -7) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021