Blender Git Commit Log

Git Commits -> Revision 9c093a5

Revision 9c093a5 by Julian Eisel (master)
August 10, 2020, 15:39 (GMT)
Fix T79324: Crash when changing View Layer while VR session runs

Proper handling of View Layers for the VR session was never implemented.
Now the View Layer of the VR session follows the window the session was
started in.
Note that if this window is closed, we fallback to another window. This
is done to avoid the overhead it would take to maintain a separate
depsgraph for the VR view. Instead we always share some already visible
View Layer (and hence the depsgraph).

Commit Details:

Full Hash: 9c093a5d9ac43a103f81d91f9f32ec5efccaff6a
Parent Commit: c0340ec
Lines Changed: +58, -6

4 Modified Paths:

/source/blender/windowmanager/intern/wm_operators.c (+2, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+5, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+50, -3) (Diff)
/source/blender/windowmanager/xr/wm_xr.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021