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-24temp-sculpt-colors: fix data transfer modifierJoseph Eagar
2022-03-23temp-sculpt-colors:Joseph Eagar
2022-03-22temp-sculpt-colors: Fix alpha being mangled for byte colorsJoseph Eagar
2022-03-22temp-sculpt-colors: Fix vertex paint color attributeJoseph Eagar
2022-03-22temp-sculpt-colors: Fix crash in redoing afterJoseph Eagar
2022-03-22temp-sculpt-colors: fix edit mode vcol drawingJoseph Eagar
2022-03-22temp-sculpt-colors: Fix smear brushJoseph Eagar
2022-03-22Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
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
2022-03-21Cycles: Un-pause render when switching to rendered viewportSergey Sharybin
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