Blender Git Loki
Git Commits -> Revision 78563e9
November 25, 2020, 13:57 (GMT) |
XR: Add "controller draw style" session setting Allows users to choose their preferred controller visualization (controller local axes or -Z axis ray). The enum can be extended in the future for additional visualizations. |
Commit Details:
Full Hash: 78563e9bf12a83d22083645a36ea61d370afaad8
Parent Commit: 8916a04
Lines Changed: +147, -75
7 Modified Paths:
/source/blender/makesdna/DNA_xr_types.h (+10, -4) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+13, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+2, -3) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+113, -56) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+1, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+4, -8) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+4, -3) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+13, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+2, -3) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+113, -56) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+1, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+4, -8) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+4, -3) (Diff)