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
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Draw, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-07Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-07EEVEE: Render: Fix regression caused by previous Motion blur fixClément Foucault
2020-08-07Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-07Fix T78452 EEVEE: Motion Blur: Crash when using camera switchingClément Foucault
2020-08-07Fix T78160 EEVEE: Motion Blur: Bug with Follow Path animationClément Foucault
2020-08-06Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-06Fix T78520 EEVEE: No viewport update when changing material nodetreeClément Foucault
2020-08-05Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-05EEVEE: Fix previous commitClément Foucault
2020-08-05Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-05Fix T78954 EEVEE: Motion Blur: Bug with hair particles on linked objectsClément Foucault
2020-08-05Merge branch 'blender-v2.90-release'Clément Foucault
2020-08-05Fix T79370 EEVEE: Texture paint does not update during strokeClément Foucault
2020-08-05Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-05Fix T77346: GPU Workaround Always Render Using Main ContextJeroen Bakker
2020-08-05Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-05Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-05Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-05EEVEE: LightCache: Add warning if the cache cannot be savedClément Foucault
2020-08-05EEVEE: LightCache: Prevent crash when using a lightcache too bigClément Foucault
2020-08-05Fix T79213 EEVEE: rendering with motion blur can change current frameClément Foucault
2020-08-04Fix T79493: EEVEE LightProbe DisplayJeroen Bakker
2020-08-03Cleanup: remove trailing space, newlines at eofCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-07-30GPU: Fix compilation error (missed one)Clément Foucault
2020-07-30EEVEE: GLSL refactor/cleanupClément Foucault
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-29Workbench/Eeevee: Minor refactor in smoke draw functionSebastián Barschkis
2020-07-20Python API: option to use OpenGL context in RenderEngine.renderMiguel Pozo
2020-07-16Cleanup: GPU: Replace all glReadPixels by GPU equivalentClément Foucault
2020-07-16Cleanup: Port glClear calls to GPU module functionsClément Foucault
2020-07-15Cleanup: EEVEE: Remove concentric samples.Clément Foucault
2020-07-15Cleanup: EEVEE: Remove unused IRRADIANCE_CUBEMAPClément Foucault
2020-07-15Cleanup: remove assignment from a NULL structCampbell Barton
2020-07-15Cleanup: spellingCampbell Barton
2020-07-14Fix T78704: RenderPass normals disapear when view isn't updatedJeroen Bakker
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-06Reduce `DupliObject::persistent_id` from 16 to 8 itemsSybren A. Stüvel
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-07-03Fix T78551 EEVEE: Fix memleak from renderpass uboClément Foucault
2020-07-02Fix T77686: EEVEE environment pass with film transparencyJeroen Bakker
2020-07-01EEVEE: Shadows: Remove 1 pixel padding to the cubemapClément Foucault
2020-06-30Fix T77069 EEVEE: Mix shader with holdout & transparent BSDF failsClément Foucault
2020-06-29Fix T73892: EEVEE Viewport Render Ignores Render As WireJeroen Bakker