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-11Cleanup: use doxygen links to struct membersCampbell Barton
2022-04-11Cleanup: ensure space after file named in headersCampbell Barton
2022-04-11Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-04-11Cleanup: Move scene.c to C++Hans Goudey
2022-04-11Cleanup: use "num" as a suffix in: source/blender/renderCampbell Barton
2022-04-11Cleanup: use array syntax for sizeof, zero before float suffixCampbell Barton
2022-04-11Cleanup: use "filepath" instead of "filename" for full pathsCampbell Barton
2022-04-11Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-04-11Cleanup: move documentation to headers, other minor correctionsCampbell Barton
2022-04-11Fix T96524: Regression: The Material Preview doesn't showSergey Sharybin
2022-04-11Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-04-11Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-04-11Fix build error when WITH_OPENEXR=OFF, after recent refactorBrecht Van Lommel
2022-04-11Cleanup: Small changes to multires bake normals accessHans Goudey
2022-04-11Fix T96401: Broken multires baked normals resultHans Goudey
2022-04-11Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-04-11Cleanup: move OpenEXR channel name construction to OpenEXR codeBrecht Van Lommel
2022-04-11Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-04-11EEVEE: Add new experimental "EEVEE Next" optionClément Foucault
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Cleanup: incorrect comments, use C commentsCampbell Barton
2022-04-11Cleanup: Remove volatile from RenderResult and related APIsJesse Yurkovich
2022-04-11Fix T96263: command line rendering affected by current scene subframeBrecht Van Lommel
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Cleanup: use doxy-sections for pipeline, text_drag & effectsCampbell Barton
2022-04-11Fix: Avoid potential use of dirty normalsHans Goudey
2022-04-11Fix T95338: missing image editor refresh after render compositingBrecht Van Lommel
2022-04-11Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-04-11File headers: SPDX License migrationCampbell Barton
2022-04-11Cleanup: quiet warnings including RE_pipeline.h directlyCampbell Barton
2022-04-11Cleanup: Grammar in comments and tooltipsHans Goudey
2022-04-11Fix T95471: baking normals wrong after recent MVert normals refactorBrecht Van Lommel
2022-04-11Fix T95334: Crash with no vertex normals in multires bakeHans Goudey
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Fix crash with non-closed meshes in recent bugfix for texture marginBrecht Van Lommel
2022-04-11Fix T95249: bake margin adjacent faces fails in some directionsMartijn Versteegh
2022-04-11Cleanup: remove wrong assertMartijn Versteegh
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-04-11Fix compilation error in previous commit.Jeroen Bakker
2022-04-11Remove compilation warnings TexResult.Jeroen Bakker
2022-04-11Cleanup: Clang tidyHans Goudey
2022-04-11Cleanup: Fix const correctness warningClément Foucault
2022-04-11Cleanup: Add more const correctness to some functionsClément Foucault
2022-04-11Cleanup: Correct location of node function declarationsHans Goudey
2022-04-11Cleanup: sort struct forward declarationsCampbell Barton
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Cleanup: move docs to definitionCampbell Barton
2022-04-11Baking: new method to generate margin, based on adjacent facesMartijn Versteegh