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-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Fix undefined 'uint' for macOS/WIN32Campbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: manually convert files to use SPDX headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-12-11Sky: Use Gauss-Laguerre quadrature for optical depth calculationLukas Stockner
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2020-11-07Cleanup: Clang-tidy, readability-non-const-parameter.Ankit Meel
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-10Cleanup: follow code style regarding bracesBrecht Van Lommel
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-08-01Cleanup: spellingCampbell Barton
2020-07-20Cycles: adjust Sky texture intensity to follow physical unitsBrecht Van Lommel
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-13Sky: Code style and formatting fixesLukas Stockner
2020-07-13Cycles: Change precomputed Sky Texture mapping to prioritize the horizonLukas Stockner
2020-07-09EEVEE: Implement the missing Sky textureSzymon Ulatowski