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
2019-08-03Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-08-02Fix most (if not all) untranslated Panel-labels reported in T66731.Bastien Montagne
2019-08-01Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-16Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-07-16Fix error in app-template image size checkCampbell Barton
2019-07-12Show useful error reports in case of errors.Julian Eisel
2019-07-11Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-07-11Cleanup: quiet warningCampbell Barton
2019-07-10Fix strict compiler warningSergey Sharybin
2019-07-10Splash: put version number in top right, refactor code for easier changesBrecht Van Lommel
2019-07-10Fix splash screen margins not being even and buttons not centeredBrecht Van Lommel
2019-07-09Fix warnings and compile error on GCCJulian Eisel
2019-07-08Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-07-08Use base pose from Blender cameraJulian Eisel
2019-07-07Fix crash running an operator from a popup,Campbell Barton
2019-06-28Move WM level XR functions to wm_xr.cJulian Eisel
2019-06-28Support Window-less (offscreen) VR session on WindowsJulian 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-22OpenXR swapchain creationJulian Eisel
2019-06-21Cleanup: Use CamelCase for XR functions/typesJulian Eisel
2019-06-19Init OpenXR graphics bindings with valid graphics context (Win only)Julian Eisel
2019-06-19Rename of XR types (WM -> GHOST)Julian 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-17Fail without crashing if no runtime is foundJulian Eisel
2019-06-16Support drawing the VR view into a DirectX window!Julian Eisel
2019-06-14Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-06-14Set up DirectX window to support drawingJulian Eisel
2019-06-14Draw into OpenGL offscreen context in the DirectX window.Julian Eisel
2019-06-14(Disabled) code to open a DirectX window with the VR sessionJulian Eisel
2019-06-13Clear Datablocks Preview: add some more generic options.Bastien Montagne
2019-06-12Refactor graphics context binding to avoid memory leaksJulian 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-06Merge branch 'master' into soc-2019-openxrJulian Eisel
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-06-04Initial VR-session starting/endingJulian Eisel
2019-05-21Fix T64421: crash using redraw timer benchmarkBrecht Van Lommel
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-14UI: Confirm dialog when closing an unsaved fileJacques Lucke
2019-05-13Preferences: support loading factory preferencesCampbell Barton
2019-05-13Prefernces: support loading last saved preferencesCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-25Fix T63494: linked scenes missing from sequencer Add > Scene menuPhilipp Oeser
2019-04-20Cleanup: comment line length (windowmanager)Campbell Barton