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
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2021-02-13EEVEE: Change cubemap roughness fitClément Foucault
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05EEVEE: LightCache: Prevent crash when using a lightcache too bigClément Foucault
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-30GPU: Enforce Uniform buffer alignment to 16bytesClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-28Fix T62040: Irradiance Volume brokenClément Foucault
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
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-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-07-20Eevee: LightProbes: Fix RNA defaults and remove unused data_draw_sizeClément Foucault
2018-07-11Eevee: LightCache: Fix autobake starting when it should notClément Foucault
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-24EEVEE: LightProbes: Add Visibility Group to DNA/RNA/UI.Clément Foucault
2018-01-22Eevee: Probes: Add support for intensity tweak.Clément Foucault
2017-12-04Eevee: Irradiance Visibility: Add RNA / Engine propertiesClément Foucault
2017-06-19Probe: Add planar type.Clément Foucault
2017-06-15Probe: Fix display of the Influence of grid probes.Clément Foucault
2017-06-15Eevee: Probes: Add data display for cubemaps.Clément Foucault
2017-06-15Probe: fix clip distances showing only for one probe.Clément Foucault
2017-06-15Probe: Add grid probe parameters.Clément Foucault
2017-06-12Rename probe to light-probeCampbell Barton