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-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-27Render: move editor/render module to c++Jacques Lucke
2021-12-08Cleanup: move public doc-strings into headers for 'draw'Campbell Barton
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-11-06Refactor: move LightCache .blend I/O to eevee_lightcache.cJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Fix T62566 Eevee: Cubemap doesn't bake from current frame of animationClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-07-30Cleanup: trailing spaceCampbell Barton
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault