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-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-03-28Cleanup: Move scene.c to C++Hans Goudey
2022-03-28Cleanup: use "num" as a suffix in: source/blender/renderCampbell Barton
2022-03-25Cleanup: use array syntax for sizeof, zero before float suffixCampbell Barton
2022-03-24Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-23Cleanup: move documentation to headers, other minor correctionsCampbell Barton
2022-03-22Fix T96524: Regression: The Material Preview doesn't showSergey Sharybin
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
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-22Cleanup: Small changes to multires bake normals accessHans Goudey
2022-03-22Fix T96401: Broken multires baked normals resultHans Goudey
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht 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-18EEVEE: Add new experimental "EEVEE Next" optionClément Foucault
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-16Cleanup: incorrect comments, use C commentsCampbell Barton
2022-03-16Cleanup: Remove volatile from RenderResult and related APIsJesse Yurkovich
2022-03-15Fix T96263: command line rendering affected by current scene subframeBrecht Van Lommel
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-03-07Cleanup: use doxy-sections for pipeline, text_drag & effectsCampbell Barton
2022-02-21Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-21Fix: Avoid potential use of dirty normalsHans Goudey
2022-02-19Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-18Fix T95338: missing image editor refresh after render compositingBrecht Van Lommel
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95334: Crash with no vertex normals in multires bakeHans Goudey
2022-02-10Cleanup: quiet warnings including RE_pipeline.h directlyCampbell Barton
2022-02-04Cleanup: Grammar in comments and tooltipsHans Goudey
2022-02-04Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-04Fix T95471: baking normals wrong after recent MVert normals refactorBrecht Van Lommel
2022-02-03Fix T95334: Crash with no vertex normals in multires bakeHans Goudey
2022-02-02Cleanup: spelling in commentsCampbell Barton
2022-01-31Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-01-31Fix crash with non-closed meshes in recent bugfix for texture marginBrecht Van Lommel
2022-01-31Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-01-31Fix T95249: bake margin adjacent faces fails in some directionsMartijn Versteegh
2022-01-31Cleanup: remove wrong assertMartijn Versteegh
2022-01-31Cleanup: spelling in commentsCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-28Fix compilation error in previous commit.Jeroen Bakker
2022-01-28Remove compilation warnings TexResult.Jeroen Bakker
2022-01-27Cleanup: Clang tidyHans Goudey
2022-01-27Cleanup: Fix const correctness warningClément Foucault
2022-01-27Cleanup: Add more const correctness to some functionsClément Foucault
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey