Blender Git Commit Log
Git Commits -> Revision e3cab5c
Revision e3cab5c by Peter Kim (xr-controller-support) June 23, 2021, 11:30 (GMT) |
XR: Add fly navigation operator Navigates the scene by moving/turning relative to navigation space or the XR viewer/controller. Users can select from a variety of these modes as well as specify the min/max speed and whether to lock elevation. Also: pass float threshold to XR action events. |
Commit Details:
Full Hash: e3cab5c206de6e075aa3c24a8026a0eb9ebb332b
Parent Commit: 8ace789
Lines Changed: +430, -25
6 Modified Paths:
/source/blender/makesrna/intern/rna_wm.c (+57, -12) (Diff)
/source/blender/windowmanager/intern/wm_event_query.c (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+363, -13) (Diff)
/source/blender/windowmanager/intern/wm_event_query.c (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+363, -13) (Diff)