Blender Git Loki
Git Commits -> Revision a8519db
Revision a8519db by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 18, 2019, 22:44 (GMT) |
Lazy-create XR-context Creating the context causes the OpenXR loader to try connect to a runtime. That would involve reading the OS'es active_runtime.json and dynamic linking based on that. So better avoid doing this on startup. Also: don't pay for what you don't use! |
Commit Details:
Full Hash: a8519dbac2b61d7fa240684f3129e1b458d23901
Parent Commit: d15d07c
Lines Changed: +32, -24