Blender Git Commit Log
Git Commits -> Revision c34d0fb
Revision c34d0fb by Peter Kim (xr-controller-support) April 30, 2021, 10:54 (GMT) |
Update with changes from D10942 Except for motion capture object autokeying (will be added again once a good way to get the blender context from wm_xr_session is found), functionality remains the same as before. |
Commit Details:
Full Hash: c34d0fbee249360aadbbd1d46a32a9c7ef2af55d
Parent Commit: 63f0dcf
Lines Changed: +1080, -981
2 Added Paths:
/intern/ghost/intern/GHOST_XrAction.cpp (+534, -0) (View)
/intern/ghost/intern/GHOST_XrAction.h (+142, -0) (View)
/intern/ghost/intern/GHOST_XrAction.h (+142, -0) (View)
16 Modified Paths:
/intern/ghost/CMakeLists.txt (+2, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+31, -17) (Diff)
/intern/ghost/GHOST_Types.h (+19, -9) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+50, -29) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+0, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.h (+0, -1) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+122, -566) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+14, -17) (Diff)
/intern/ghost/intern/GHOST_XR_intern.h (+24, -0) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+3, -38) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -11) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+78, -136) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+5, -10) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+1, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+49, -140) (Diff)
/source/blender/windowmanager/xr/wm_xr.h (+1, -5) (Diff)
/intern/ghost/GHOST_C-api.h (+31, -17) (Diff)
/intern/ghost/GHOST_Types.h (+19, -9) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+50, -29) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+0, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.h (+0, -1) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+122, -566) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+14, -17) (Diff)
/intern/ghost/intern/GHOST_XR_intern.h (+24, -0) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+3, -38) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -11) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+78, -136) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_intern.h (+5, -10) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_operators.c (+1, -1) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+49, -140) (Diff)
/source/blender/windowmanager/xr/wm_xr.h (+1, -5) (Diff)