Blender Git Loki
Git Commits -> Revision c5fc10b
Revision c5fc10b by Julian Eisel (HMD_viewport) March 28, 2016, 13:15 (GMT) |
Add UserPref option to change HMD device A new file wm_device.c is added with this, think this is good to have. NOTE: Couldn't really test if changing device actually works as I don't have one. Without a device available everything seems to work though. |
Commit Details:
Full Hash: c5fc10ba3f27115ce930a588ff8a81c9fd90a28b
Parent Commit: 03e8afd
Lines Changed: +233, -43
1 Added Path:
/source/blender/windowmanager/intern/wm_device.c (+109, -0) (View)
15 Modified Paths:
/intern/ghost/GHOST_C-api.h (+6, -3) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+21, -0) (Diff)
/intern/ghost/intern/GHOST_OpenHMDManager.cpp (+13, -0) (Diff)
/intern/ghost/intern/GHOST_OpenHMDManager.h (+6, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/camera.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+0, -2) (Diff)
/source/blender/editors/interface/resources.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+50, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -19) (Diff)
/source/blender/windowmanager/intern/wm_stereo.c (+0, -14) (Diff)
/source/blender/windowmanager/WM_api.h (+10, -2) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+21, -0) (Diff)
/intern/ghost/intern/GHOST_OpenHMDManager.cpp (+13, -0) (Diff)
/intern/ghost/intern/GHOST_OpenHMDManager.h (+6, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/camera.c (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+0, -2) (Diff)
/source/blender/editors/interface/resources.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+50, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -19) (Diff)
/source/blender/windowmanager/intern/wm_stereo.c (+0, -14) (Diff)
/source/blender/windowmanager/WM_api.h (+10, -2) (Diff)