Blender Git Commit Log
Git Commits -> Revision 6920906
October 14, 2020, 15:23 (GMT) |
XR: Remove "replace existing" param from action bindings creation Since action bindings are only created once at the beginning of an XR session, overwriting all existing bindings will not be needed. |
Commit Details:
Full Hash: 6920906f75b44fb9371077bd154477aa176d191c
Parent Commit: ae1d8f4
Lines Changed: +25, -45
7 Modified Paths:
/intern/ghost/GHOST_C-api.h (+1, -2) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+2, -4) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+15, -18) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+2, -10) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -3) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+2, -6) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+2, -4) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+15, -18) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_xr.c (+2, -10) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -3) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_actions.c (+2, -6) (Diff)