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
path: root/source
AgeCommit message (Expand)Author
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-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-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-21GPU: Allow the user to set an anisotropic filtering setting below the impleme...Ethan-Hall
2022-03-21Fix T96655: Bloom crashes EeveeHallam Roberts
2022-03-21T84815: Missing preview image in compositing file output nodePierre Risch
2022-03-21Fix T96572: eevee crash with motion blur and stereoscopyJacques Lucke
2022-03-21Fix T96255: Node socket fails to dragCampbell Barton
2022-03-21Correct error in 3dc44f8c89acc082334034982ffc8bc802f23475Campbell Barton
2022-03-21Event System: improve event printingCampbell Barton
2022-03-21Cleanup: cursor motion events now have value set to KM_NOTHINGCampbell Barton
2022-03-21Fix T96510: ASAN failure when selecting text in Text EditorGermano Cavalcante
2022-03-20Fix T96470 new obj exporter writing material groupsAras Pranckevicius
2022-03-20Fix T96415: new OBJ exporter was applying scaling factor incorrectlyAras Pranckevicius
2022-03-20GPencil: Port main object shader to ShaderCreateInfoClément Foucault
2022-03-20GPUSource: Fix failure case in the enum preprocessorClément Foucault
2022-03-20DRW: Port improvements in common_math_lib.glsl from `eevee-rewrite`Clément Foucault
2022-03-20DRW: Make use of shader shared headerClément Foucault
2022-03-20DRW: Introduce GPencil common GLSL libraryClément Foucault
2022-03-20GPencil: Use ShaderCreateInfo for fullscreen shadersClément Foucault
2022-03-20GPencil: Use ShaderCreateInfo for antialiasing shadersClément Foucault
2022-03-20GPencil: Use ShaderCreateInfo for vfx shadersClément Foucault
2022-03-20DRW: Add new texture from pool acquire/release mechanismClément Foucault
2022-03-20DRW: GPU wrappers: Some quality of life improvementsClément Foucault
2022-03-19Fix T96430: new OBJ exporter wrong normals for non-uniform scale, and wrong f...Aras Pranckevicius