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
2022-09-01Cleanup: use reference instead of copyJacques Lucke
2022-09-01Fix invalid memory handling in C++ OBJ MTL Importer.Bastien Montagne
2022-09-01Fix: Build error in Cycles with OpenVDB turned offHans Goudey
2022-08-31Fix T100708: Cycles bake of diffuse/glossy color not outputting alphaBrecht Van Lommel
2022-08-31Fix part of T100626: Cycles not using tiles for bakingBrecht Van Lommel
2022-08-31Fix T100714: Cycles volume render artifacts with negative value gridsBrecht Van Lommel
2022-08-31Sculpt: Fix T100479: Memory corruption in sculpt_boundary_edit_data_initJoseph Eagar
2022-08-31Mesh: Remove unnecessary copy in modifier stackHans Goudey
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-08-31Fix merge error.Joseph Eagar
2022-08-31Fix submodule refsJoseph Eagar
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Cleanup: fix warnings from vcol limit commitJoseph Eagar
2022-08-31Fix: crash on undo due to missing node declarationJacques Lucke
2022-08-31Fix compile error from merge.Joseph Eagar
2022-08-31Fix T98525: depsgraph for indirectly referenced ID Properties in drivers.Alexander Gavrilov
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31UI: Fix Geometry Nodes "Is Face Planar" nameDalai Felinto
2022-08-31UI: Fix Geometry Nodes "Mesh to Volume" name (typo)Dalai Felinto
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-08-31Fix T100700: Compositor crashes when disabled then enabledOmar Emara
2022-08-31Merge remote-tracking branch 'origin/blender-v3.3-release'Dalai Felinto
2022-08-31UI: Fix order of Geometry Nodes in the Add Nodes Mesh menuDalai Felinto
2022-08-31GPencil: Apply Brush Size to Outline thickness while drawingAntonio Vazquez
2022-08-31Merge branch 'blender-v3.3-release'Thomas Dinges
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Release schedule: Blender 3.3 RCThomas Dinges
2022-08-31Merge branch 'blender-v3.3-release'Xavier Hallade
2022-08-31Cycles: Enforce Windows driver version requirements for syclXavier Hallade
2022-08-31Cleanup: Resolve unused-lambda-capture warningSergey Sharybin
2022-08-31Depsgraph: optimize out evaluation of hidden objectsSergey Sharybin
2022-08-31Fix unnecessary modifier visibility re-evaluationSergey Sharybin
2022-08-31UI: Add shift-click hint to library overrides button tooltipJulian Eisel
2022-08-31Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-31LibOverride: Replace linked objects by their overrides when created from 3DView.Bastien Montagne
2022-08-31Fix: incorrect detection of used socketsJacques Lucke
2022-08-31Fix: missing vector clearJacques Lucke
2022-08-31Cleanup: simplify debuggingJacques Lucke
2022-08-31Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-31Fix crash in liboverride operations from the Outliner.Bastien Montagne
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31GPUCapabilities: Add GPU_shader_draw_parameters_supportClément Foucault
2022-08-31Merge branch 'blender-v3.3-release'Jacques Lucke
2022-08-31Fix: reverse uv lookup fails due to floating point accuracy issuesJacques Lucke
2022-08-31Cleanup: obj: simplify import/export syntax handling codeAras Pranckevicius
2022-08-31Merge branch 'blender-v3.3-release'Thomas Dinges
2022-08-31Update freedesktop file.Thomas Dinges
2022-08-31Fix resource leak dropping files in GHOST/Win32Campbell Barton
2022-08-31Cleanup: remove pointless strcpy return value checkCampbell Barton
2022-08-31Cleanup: break before the default case in switch statementsCampbell Barton