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-02-10EEVEE: Better fit of BTDF LUTeevee-ggx-lut-fixClément Foucault
2021-02-10EEVEE: Improve / fix GGX LUTsClément Foucault
2021-02-09EEVEE: Cleanup: Remove setup_noise from bsdf_samplingClément Foucault
2021-02-09EEVEE: Cleanup: Remove sample count from bsdf_samplingClément Foucault
2021-02-09EEVEE: Fix incorrect fresnel functionClément Foucault
2021-02-09EEVEE: Fix issue with planar SSRClément Foucault
2021-02-09EEVEE: Fix most regression with ambient occlusionClément Foucault
2021-02-08EEVEE: Cleanup: Remove use of macros for the loopsClément Foucault
2021-02-08EEVEE: Fix occlusion applied on SSRClément Foucault
2021-02-08EEVEE: Add back support for user occlusion on eevee_specular BSDFClément Foucault
2021-02-08EEVEE: Split closure_lit_lib.glslClément Foucault
2021-02-07EEVEE: Fix missing shadowing factorClément Foucault
2021-02-07EEVEE: Replace constant booleans by const floatClément Foucault
2021-02-07EEVEE: Fix lightgrid accumulation not using diffuse_accumClément Foucault
2021-02-07EEVEE: Fix typo in macro leading to undefined behaviorClément Foucault
2021-02-07EEVEE: Rewrite closure_lit_lib to reduce complexityClément Foucault
2021-02-03GL: Improve framebuffer error message by adding framebuffer nameClément Foucault
2021-02-03install_deps: OIIO: tweak to max version, and cleanup compile code.Bastien Montagne
2021-02-03install_deps: Upgrade Alembic to 1.17.16.Bastien Montagne
2021-02-03install_deps: Update Boost to 1.73.Bastien Montagne
2021-02-03install_deps: update Python to 3.9.1, numpy to 1.19.5.Bastien Montagne
2021-02-03Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-03Fix T85261: Eevee passes have slight inaccurate colorsPhilipp Oeser
2021-02-03Merge branch 'blender-v2.92-release'Jeroen Bakker
2021-02-03Cryptomatte: Incorrect Coverage with VolumetricsJeroen Bakker
2021-02-03Cryptomatte: Incorrect Coverage with VolumetricsJeroen Bakker
2021-02-03Fix incorrect mesh selection duplication in internal utility functionJulian Eisel
2021-02-03UI: Improve tooltip for continuous grabJulian Eisel
2021-02-03BKE UndoSys refactor: deduplicate and simplify code, sanitize naming.Bastien Montagne
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2021-02-03Merge branch 'blender-v2.92-release'Clément Foucault
2021-02-03Fix T85314 GPU: Drawlist submit data overflows.Clément Foucault
2021-02-02Force Fields: implement early filtering by the Affect flags.Alexander Gavrilov
2021-02-02Merge branch 'blender-v2.92-release'Robert Guetzkow
2021-02-02Fix T85225: Variable scope in ridged multi-fractal noiseRobert Guetzkow
2021-02-02Fix for T82459 - Input Language Independent of Display LanguageHarley Acheson
2021-02-02Fix build error on windows after recent commitHans Goudey
2021-02-02Merge branch 'blender-v2.92-release'Sebastián Barschkis
2021-02-02Fix T84649: Quick liquid causing crash on scale operationSebastián Barschkis
2021-02-02Fluid: Updated Mantaflow source filesSebastián Barschkis
2021-02-02BKE BMain relations: add utils to (re)set tags of the entries.Bastien Montagne
2021-02-02Cleanup: LibOverride: group logically utils static functions.Bastien Montagne
2021-02-02Blenkernel: Move node.c to C++Hans Goudey
2021-02-02Merge branch 'blender-v2.92-release'Sebastian Parborg
2021-02-02Fix freestyle render pass not being created when there are no strokesSebastian Parborg
2021-02-02Merge branch 'blender-v2.92-release'Nathan Craddock
2021-02-02Fix T83450: Missing 4th studio light in preview iconNathan Craddock
2021-02-02Merge branch 'blender-v2.92-release'Hans Goudey
2021-02-02Fix T85155: Vertex groups from object don't transfer to next nodes modifierHans Goudey
2021-02-02Merge branch 'blender-v2.92-release'Philipp Oeser