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-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-23Cleanup: float literalsCampbell Barton
2022-09-22GPU: Ensure rendering operations occur within GPU render boundaries.Jason Fielder
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-12Fix T100956: Cycles GPU context assert after recent changesBrecht Van Lommel
2022-09-10Cleanup: spelling in commentsCampbell Barton
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Realtime Compositor: Implement blur nodeOmar Emara
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-02Cleanup: Fix clang-tidy warnings: [readability-else-after-return]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [readability-inconsistent-declaration-param...Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-use-bool-literals]Clément Foucault
2022-09-02Cleanup: Fix clang-tidy warnings: [modernize-deprecated-headers]Clément Foucault
2022-08-31Fix part of T100626: Cycles not using tiles for bakingBrecht Van Lommel
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Cleanup: quiet MSVC warning using flag flag operations on booleanCampbell Barton
2022-08-30Cleanup: simplify comparison, clarify commentCampbell Barton
2022-08-29Cleanup: move Cycles display driver context handling to render moduleBrecht Van Lommel
2022-08-29Cleanup: move part of render module to C++Brecht Van Lommel
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-22Cleanup: remove dead codeCampbell Barton
2022-08-15Merge branch 'blender-v3.3-release'Sergey Sharybin
2022-08-15Fix T99955: Crash with 'Cache Result' and all render layers are disabledSergey Sharybin
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-05Fix: compositor stats in background mode subject to race conditionsChris Clyne
2022-07-15Fix workbench background render broken after recent changes from D15463Brecht Van Lommel
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-21Cleanup: removed unused Blender Internal bump/normal mapping texture codeBrecht Van Lommel
2022-06-17Cleanup: spelling in commentsCampbell Barton
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-01Cleanup: remove redundant const qualifiers for scalar & enum typesCampbell Barton
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-11Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-10Fix T97945: Cycles baking max distance is wrongBrecht Van Lommel
2022-05-10Cleanup: Return earlyHans Goudey
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-23Bake: add UDIM tile baking supportBrecht Van Lommel
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-05Cleanup: use doxygen links to struct membersCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton