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-11Cleanup, naming, comments, etcJulian Eisel
2020-03-10Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-03-10Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-03-09Cleanup: WindowManager: Move to IDTypeInfo and remove unused WM API.Bastien Montagne
2020-03-09Fix use-after-free when closing Blender with running VR sessionJulian 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: Reduce context usage in UI functionsJulian Eisel
2020-03-05Add XR_ prefix like now in masterJulian Eisel
2020-03-05Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-03-05Add XR_ prefix like now in masterJulian Eisel
2020-02-20Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-20Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-02-17Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05Merge branch 'soc-2019-openxr' into vr_scene_inspectionJulian Eisel
2020-02-05Merge branch 'temp-openxr-ghostxr' into temp-openxr-blendersideJulian Eisel
2020-01-28Fix T68960: Crash loading app-template keymapCampbell Barton
2019-12-13Fix memory leak when closing Blender while VR session runsJulian 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-08-09Cleanup: Unused includes, better structuring for wm_xr.cJulian Eisel
2019-06-21Cleanup: Use CamelCase for XR functions/typesJulian Eisel
2019-06-19Lazy-create XR-contextJulian Eisel
2019-06-19Rename wm_xr_ -> GHOST_XRJulian Eisel
2019-06-18Initially move XR files to GHOST and compile in C++Julian Eisel
2019-06-11Split wm_xr.c into multiple filesJulian Eisel
2019-06-10Proper management of OpenXR graphics bindings for session setupJulian Eisel
2019-05-30Corrections to previous commitJulian Eisel
2019-05-30Proper creation & destruction of OpenXR instancesJulian Eisel
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-15CMake: fix WITH_PYTHON=OFFCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-02-20Cleanup: rename wmEventHandler_* base -> headCampbell Barton
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell 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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-19Cleanup: use define for key-config stringCampbell Barton
2018-11-19Fix keymap loading multiple timesCampbell Barton
2018-11-13Keymaps: reload key configuration when changing select mouse.Brecht Van Lommel
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne