Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-16Fix use-after-free when opening file with VR session runningJulian Eisel
2020-03-15Fix multiple issues when closing session from OpenXR runtimeJulian Eisel
2020-03-15Refactor runtime data storage, for OpenXR side session endingJulian Eisel
2020-03-11Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-03-11Cleanup, naming, comments, etcJulian Eisel
2020-03-11Cleanup and correct wrong bpy.app.build_options usageJulian Eisel
2020-03-11Remove in-place call to create reports-popupJulian Eisel
2020-03-11Cleanup: Address various review commentsJulian Eisel
2020-03-09Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-03-09Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-05Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-03-05Add XR_ prefix like now in masterJulian Eisel
2020-03-02Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-03-02Cleanup: Move struct forward declaration to top of headerJulian Eisel
2019-12-11Fix memory leak when closing Blender with running VR sessionJulian Eisel
2019-11-05Core XR Support [part 4]: Blender-side changes (+ the remaining bits)Julian Eisel
2019-10-15Refactor GPU viewport onscreen drawing for "upside down" drawingJulian Eisel
2019-08-18Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-08-14Cleanup: split out splash screen into own fileCampbell Barton
2019-08-09Cleanup: Unused includes, better structuring for wm_xr.cJulian Eisel
2019-08-07Fix dark VR rendering on Windows Mixed Reality by appyling SRGB OETFJulian Eisel
2019-07-12Show useful error reports in case of errors.Julian Eisel
2019-07-11Refactor GHOST_XrContext into class + interfaceJulian Eisel
2019-07-09Fix warnings and compile error on GCCJulian Eisel
2019-07-08Use base pose from Blender cameraJulian Eisel
2019-06-28Move WM level XR functions to wm_xr.cJulian Eisel
2019-06-28Add wmSurface for non-Window offscreen VR session drawingJulian Eisel
2019-06-27Finish VR view drawing callback set upJulian Eisel
2019-06-23Bring back wm_xr.c for higher level XR functionsJulian Eisel
2019-06-11Split wm_xr.c into multiple filesJulian Eisel
2019-06-10Cleanup: Rename graphics-lib to graphics-bindingJulian Eisel
2019-06-10Proper management of OpenXR graphics bindings for session setupJulian Eisel
2019-06-05Barebones for managing session changesJulian Eisel
2019-06-04Initial VR-session starting/endingJulian Eisel
2019-06-02Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-05-30Corrections to previous commitJulian Eisel
2019-05-30Proper creation & destruction of OpenXR instancesJulian Eisel
2019-05-30Cleanup: move click/drag events to functionsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-07-15WM: rename files, manipulator -> gizmoCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: move WM type registration into own filesCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton