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-23Fix T96401: Broken multires baked normals resultHans Goudey
2022-02-21Fix: Avoid potential use of dirty normalsHans Goudey
2022-02-18Fix T95338: missing image editor refresh after render compositingBrecht Van Lommel
2022-02-10Fix T95334: Crash with no vertex normals in multires bakeHans Goudey
2022-02-04Fix T95471: baking normals wrong after recent MVert normals refactorBrecht Van Lommel
2022-01-31Fix crash with non-closed meshes in recent bugfix for texture marginBrecht Van Lommel
2022-01-31Fix T95249: bake margin adjacent faces fails in some directionsMartijn Versteegh
2022-01-31Cleanup: remove wrong assertMartijn Versteegh
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
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-18Cleanup: spelling in commentsCampbell Barton
2022-01-18Cleanup: move docs to definitionCampbell Barton
2022-01-17Baking: new method to generate margin, based on adjacent facesMartijn Versteegh
2022-01-14Cleanup: spelling in comments, C++ style comments for disabled codeCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-10Cleanup: note that compositor vector blur shares logic with zbuf.cCampbell Barton
2022-01-10Cleanup: typos in comments, remove libnumaapi referenceCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-05Fix T94169: Missing grease pencil render with tiled renderingSergey Sharybin
2022-01-05Fix Cycles allocating result too earlySergey Sharybin
2022-01-05Fix T94506: Crash in CompositingSergey Sharybin
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-17Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'render'Campbell Barton
2021-11-18Fix T93152: Cycles baking multiple selected object to active not workingBrecht Van Lommel
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-08Fix wrong Cycles tile highlight with region renderSergey Sharybin
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-05VSE: Free animation strip data if they are not visibleSebastian Parborg
2021-09-29Fix T91803: Freestyle rendering as pass broken after recent changesBrecht Van Lommel
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-28Fix T91679: Crash when saving bordered render as multilayer exrSergey Sharybin
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-09-02Fix possible missing render result with `update_result`Sergey Sharybin
2021-08-31Fix missing render result when using region renderSergey Sharybin
2021-08-31Fix possible wrongly highlighted tilesSergey Sharybin
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-26Decouple highlighted tiles from RenderPartSergey Sharybin
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton