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-08-29Cleanup: move part of render module to C++Brecht Van Lommel
2022-08-15Fix T99955: Crash with 'Cache Result' and all render layers are disabledSergey Sharybin
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-17Cleanup: spelling in commentsCampbell Barton
2022-03-28Cleanup: Move scene.c to C++Hans Goudey
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-22Fix T96524: Regression: The Material Preview doesn't showSergey Sharybin
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-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-16Cleanup: incorrect comments, use C commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-05Fix T94506: Crash in CompositingSergey Sharybin
2021-12-08Cleanup: move public doc-strings into headers for 'render'Campbell Barton
2021-09-29Fix T91803: Freestyle rendering as pass broken after recent changesBrecht Van Lommel
2021-09-23Fix T91638: image editor Open Cached Render not loading some passesBrecht Van Lommel
2021-09-23Fix T91629: Crash in "Open Cached Render" functionSergey Sharybin
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-15Fix missing passes result when rendering multiple viewsSergey Sharybin
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-08Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Fix T84539: cryptomatte metadata lost when using save buffers optionBrecht Van Lommel
2020-12-16Cleanup: Remove unused crop field from RenderResult.Jeroen Bakker
2020-11-16Cleanup: spellingCampbell Barton
2020-11-06Cleanup: Render Module: combine intern/ source & includeAaron Carlisle