Blender Git Loki
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