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
2022-03-22Silence warningtemp-library-overrides-outlinerJulian Eisel
2022-03-22Merge branch 'master' into temp-library-overrides-outlinerJulian Eisel
2022-03-22Fix T96705: Crash when pressing F3 outside a Blender window if Developer extrasJulian Eisel
2022-03-22Tiny visual fixes/tweaks for new library override buttons in OutlinerJulian Eisel
2022-03-22Fix T96361: missing update when changing texture mapping propertiesJacques Lucke
2022-03-22Fix T96524: Regression: The Material Preview doesn't showSergey Sharybin
2022-03-22Fix: Drag link search doesn't always connect to socketLeon Schittek
2022-03-22Curve: Validation message split from nurb_check_validLaurynas Duburas
2022-03-22Fix T96294: Crash and error with shape key normal calculationHans Goudey
2022-03-22Cleanup: Use bool for BMesh creation paramsHans Goudey
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22GL: Fix compilation error on MSVC (for real)Clément Foucault
2022-03-22GL: Fix compilation error on MSVCClément Foucault
2022-03-22Fix T96577: setting curve handles not working correctly with multiple curvesJacques Lucke
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-22Cleanup: make format and fix warningJacques Lucke
2022-03-22Metal: Make GLSL shader source MSL compliant alsoJason Fielder
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder
2022-03-22Fix T96624: NLA crash when reordering tracks if no object is selected.Pratik Borhade
2022-03-22Cleanup: make format + extra parenthesisDalai Felinto
2022-03-22Fix (unreported) Crash in Array modifier.Bastien Montagne
2022-03-22Fix T96420: Set ID node not working for instancesJacques Lucke
2022-03-22CMake: prep USD build & find scripts for USD >= 21.11Sybren A. Stüvel
2022-03-22Cleanup: remove unused code from ed_object_select_pickCampbell Barton
2022-03-22Cleanup: refactor 3D view selection picking to early exit for menusCampbell Barton
2022-03-22Cleanup: de-duplicate object-mode locking when selectingCampbell Barton
2022-03-22Obj: try to fix Linux testsAras Pranckevicius
2022-03-22Fix pose-selection from menu not activating the objectCampbell Barton
2022-03-22Fix T96663: Selecting a pose-bone doesn't activate the objectCampbell Barton
2022-03-22Fix pose-bone menu selecting before activating the menuCampbell Barton
2022-03-22Cleanup: variable names for menu selectionCampbell Barton
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-22Fix build error when WITH_OPENEXR=OFF, after recent refactorBrecht Van Lommel
2022-03-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
2022-03-22Cleanup: Clang tidyHans Goudey
2022-03-22Cleanup: Small changes to multires bake normals accessHans Goudey
2022-03-22Fix T96401: Broken multires baked normals resultHans Goudey
2022-03-21Fix T96494: Array modifier with caps crash on curve objectsHans Goudey
2022-03-21Fix T96511: New OBJ exporter no longer groups faces by materialAras Pranckevicius
2022-03-21Curves: new Add brushJacques Lucke
2022-03-21UI: improve names and tooltips in viewport preferencesEthan-Hall
2022-03-21Fix T96132: Cycles RGB/Vector/Float Curve shaders ignore extrapolation settingHallam Roberts
2022-03-21UI: Use title case for labelsHans Goudey
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-21Cleanup: move image_save.c to c++Brecht Van Lommel
2022-03-21Cleanup: move OpenEXR channel name construction to OpenEXR codeBrecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-21Cycles: make 3D texture sampling at boundaries more similar to GPUEthan-Hall
2022-03-21GPU: Allow the user to set an anisotropic filtering setting below the impleme...Ethan-Hall
2022-03-21Fix T96655: Bloom crashes EeveeHallam Roberts