Blender Git Loki
Git Commits -> Revision 7c05339
Revision 7c05339 by Peter Kim (xr-controller-support) May 14, 2021, 12:32 (GMT) |
Update with changes from D10942 Mainly cleanup-related but also adds wmXrPose and wmXrActionState structs to replace float[7] and void* uses, respectively. |
Commit Details:
Full Hash: 7c0533959761fbb9e207c4b89e37d96820c673a9
Parent Commit: cd3030b
Lines Changed: +169, -185
11 Modified Paths:
/intern/ghost/intern/GHOST_XrAction.cpp (+50, -87) (Diff)
/intern/ghost/intern/GHOST_XrAction.h (+12, -9) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+16, -16) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+18, -14) (Diff)
/source/blender/windowmanager/WM_api.h (+7, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+19, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+30, -39) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+0, -6) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+5, -2) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+1, -3) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+11, -6) (Diff)
/intern/ghost/intern/GHOST_XrAction.h (+12, -9) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+16, -16) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+18, -14) (Diff)
/source/blender/windowmanager/WM_api.h (+7, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+19, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+30, -39) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_draw.c (+0, -6) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+5, -2) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+1, -3) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+11, -6) (Diff)