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-10-15Cleanup: Commonize code for checking scene lights/world settingsJesse Yurkovich
2021-10-15Fix T92226 EEVEE: AO misaligned on first sampleClément Foucault
2021-10-14GPUTexture: Fix assert when using stereo viewport with EEVEEClément Foucault
2021-10-14Fix T91398 Overlay: Camera BG jitter offset (regression)Clément Foucault
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-10-14Cleanup: clang-tidy, clang-format & spellingCampbell Barton
2021-10-13Fix T89777 EEVEE: Contact Shadows causes wrong shading in Reflection PlaneClément Foucault
2021-10-13Cleanup: Remove data duplication from SMAA lookup tablesJesse Yurkovich
2021-10-12Fix T91981: Crash when using operators that needs scene depthClément Foucault
2021-10-12XR Controller Support Step 4: Controller DrawingPeter Kim
2021-10-07Sequencer: 2D cursor for the preview & transformCampbell Barton
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-05Cleanup: Clang tidyHans Goudey
2021-10-05Fix memory leak when running test cases.Jeroen Bakker
2021-10-05DRW: Move buffer & temp textures & framebuffer management to DrawManagerClément Foucault
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-29UV Editor: Grid and snapping improvementsSiddhartha Jejurkar
2021-09-27Cleanup: spelling in commentsCampbell Barton
2021-09-24Codestyle: Add brackets around body of if statements.Jeroen Bakker
2021-09-24Cleanup: clang formatPhilipp Oeser
2021-09-24Hair Info Length AttributeJeroen Bakker
2021-09-23Paint: prevent RenderResults and Viewers where unappropriatePhilipp Oeser
2021-09-22EEVEE fix gloss low roughness errorJake
2021-09-21Fix T87801: Eevee ambient occlusion is incorrect on M1 macMiniClément Foucault
2021-09-21Cleanup ClangTidy warning.Bastien Montagne
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-17Fix T91448: GPencil Fill simplify not working in renderAntonio Vazquez
2021-09-13Fix T91311: incorrect batch generation for instancesJacques Lucke
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-09-06Geometry Nodes: support for geometry instancingJacques Lucke
2021-09-06Cleanup: clang-formatAaron Carlisle
2021-09-03UDIM: Show the UV grid even when images are loadedJesse Yurkovich
2021-09-01Cleanup: Better names for eDRWColorManagement.Jeroen Bakker
2021-09-01Cleanup: Use nullptr.Jeroen Bakker
2021-08-31Cleanup: pass value by ref in draw_color_managementJeroen Bakker
2021-08-31Cleanup: DRW color management seperated in multiple functions.Jeroen Bakker
2021-08-31Cleanup: Moved DRW_vieport_colormanagement_set to draw_color_management.Jeroen Bakker
2021-08-31Cleanup: Converted draw_color_management to CPP.Jeroen Bakker
2021-08-31Cleanup: Draw Manager remove do_color_management from drawing context.Jeroen Bakker
2021-08-31Cleanup: Remove unused DRW_state_do_color_management.Jeroen Bakker
2021-08-31Fix crash in recent commit.Jeroen Bakker
2021-08-31Fix: Weightpaint overlay not visible when display type wire/boundbox.Jeroen Bakker
2021-08-30Fix T90742: Gpencil ghost point on selectionHenrik Dick
2021-08-26Cleanup: warningsCampbell Barton
2021-08-26Cleanup: spelling in commentsCampbell Barton
2021-08-26Cleanup: clang-formatCampbell Barton
2021-08-25BLF: Remove ASCII-only Code PathsHarley Acheson
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin