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-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-10-04Cleanup: remove unused members from RenderResultBrecht Van Lommel
2022-09-02Cleanup: Fix clang-tidy warnings: [readability-inconsistent-declaration-param...Clément Foucault
2022-08-31Fix part of T100626: Cycles not using tiles for bakingBrecht Van Lommel
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-01Cleanup: remove redundant const qualifiers for scalar & enum typesCampbell Barton
2022-03-23Cleanup: move documentation to headers, other minor correctionsCampbell 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-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
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-07Cleanup: use doxy-sections for pipeline, text_drag & effectsCampbell Barton
2022-02-16Cleanup: clang-format, use static sets, sort struct declarationsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Cleanup: quiet warnings including RE_pipeline.h directlyCampbell Barton
2022-01-27Cleanup: Fix const correctness warningClément Foucault
2022-01-27Cleanup: Add more const correctness to some functionsClément Foucault
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
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-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-04-08Cleanup: renaming, comments and removing unused code in render pipelineBrecht Van Lommel
2021-04-05Render: faster animation and re-rendering with Persistent DataBrecht Van Lommel
2021-02-26Cleanup: use boolean argumentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-22Cleanup: remove unused render camera codeBrecht Van Lommel
2020-12-16Cleanup: Remove unused crop field from RenderResult.Jeroen Bakker
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle