Blender Git Loki
Git Commits -> Revision c600251
Revision c600251 by Peter Kim (xr-controller-support) August 7, 2021, 08:04 (GMT) |
XR: Use regular window queues for XR events Removes special queueing of events to the XR surface, which was originally done to bypass filtering by mouse region when invoking/executing XR operators. Now, finding an appropriate region for XR events will simply be done in the regular window event handling by checking the event type and skipping mouse-specific processing. |
Commit Details:
Full Hash: c600251eaeef36f6f5ef453d3a99302dffb0d8cc
Parent Commit: d2c4094
Lines Changed: +147, -226