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 (Collapse)Author
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
2018-04-22Cleanup: trailing spacesCampbell Barton
Applied to newly added files in 2.8
2018-03-10Eevee: Planar Reflections: Fix corrupted results in downsampling step.Clément Foucault
It only seems to happen in some drivers/gpu, the vertices gets culled if 4th component is 0.0. So lesson learned: always use 1.0 if constant.
2017-06-26Eevee: Add Planar reflection blurring.Clément Foucault
This method is very cheap and inaccurate. This will fill the gap untill better model is supported.