Blender Git Commit Log
Git Commits -> Revision 1ada9f5
October 15, 2019, 14:01 (GMT) |
Support VR Session settings & add some basic ones * Adds the needed bits to support VR session settings and access them in the VR view drawing code. * Added settings for: shading mode, grid floor, annotations, clipping. More can easily be added. * The Add-on adds a "VR" tab in the side bar, containing buttons for the added settings |
Commit Details:
Full Hash: 1ada9f5bf95d6f732b16e58b74407e9bb8383cf0
Parent Commit: 52c9d33
Lines Changed: +172, -8
2 Added Paths:
/source/blender/makesdna/DNA_xr_types.h (+37, -0) (View)
/source/blender/makesrna/intern/rna_xr.c (+77, -0) (View)
/source/blender/makesrna/intern/rna_xr.c (+77, -0) (View)
11 Modified Paths:
/source/blender/blenloader/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+15, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+2, -0) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+10, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+6, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+11, -8) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+15, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+2, -0) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+10, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+6, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+11, -8) (Diff)