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-05-04Debug code to test on other machine.temp-T96952Jeroen Bakker
2022-05-04Fix T95165: Custom Normals tools dont update immediately.Jeroen Bakker
2022-05-04Cleanup: quiet strict-prototypes warningCampbell Barton
2022-05-04License headers: add missing license headersCampbell Barton
2022-05-04Fix wrong task priority for particle distribution and tanget computationBrecht Van Lommel
2022-05-04Fix T96880: viewport render animation hangs BlenderBrecht Van Lommel
2022-05-03Fix T93179: geonodes UVs and Vertex colors do not work in EEVEEKévin Dietrich
2022-05-03Fix T96822: Cycles motion blur + persistent data not updating properlyBrecht Van Lommel
2022-05-03Fix T96338: GPU subdiv crash switching to UV editingKévin Dietrich
2022-05-03Fix T97793, Fix T97795: Use correct defaults for missing values in new OBJ im...Aras Pranckevicius
2022-05-03Fix T97757: Some MTL import correctness issues in the new OBJ importerAras Pranckevicius
2022-05-03Fix VSE view clamping not workingRichard Antalik
2022-05-03Fix T97720: Fix meta strip shows incorrect mute state.Richard Antalik
2022-05-03Fix T95541: Broken vertex weight with mirror modifier.Bastien Montagne
2022-05-03Cleanup: auto-formatCampbell Barton
2022-05-03GNUmakefile: include autopep8 in the "make format" targetCampbell Barton
2022-05-03Fix T97731: Python traceback no longer includes line-numbersCampbell Barton
2022-05-03Cleanup: remove redundant PyErr_Clear calls after PyErr_FetchCampbell Barton
2022-05-03CMake: fix error building when CUDA_NVCC_EXECUTABLE is missingCampbell Barton
2022-05-03Fix T97744: Speed effect causes memory leakRichard Antalik
2022-05-03Fix T97733: Crash when adding new sceneRichard Antalik
2022-05-03Fix T95752: crash 'Select Linked' after loopcut in multiobject editmodePhilipp Oeser
2022-05-03Fix T93272: Material index mapping missing for mesh boolean nodeHans Goudey
2022-05-03Fix T97718: Crash using "Text on Curve"Hans Goudey
2022-05-03Fix T97543: Changing multipass images doesn't update the image.Jeroen Bakker
2022-05-03Fix T97507: Crash when deleting adjustment layerRichard Antalik
2022-05-03Fix T97547: Stereo rendering crash.Jeroen Bakker
2022-05-03Fix use after free error when exiting a temp screenCampbell Barton
2022-05-03Fix T85379: Cube projection size parameter is wrongCampbell Barton
2022-05-03Cleanup: use context.temp_overrideCampbell Barton
2022-05-03Cleanup: quiet unused variable warningCampbell Barton
2022-05-02GPencil: Fix envelope modifier deform mode thicknessHenrik Dick
2022-05-02Fix T97688: Deleting a scene with a scene strip causes the referenced scene t...Bastien Montagne
2022-05-02Add RNA accessor for 'extra user' ID tag,Bastien Montagne
2022-05-02Color Attributes: Add initial fill color optionEthan-Hall
2022-05-02GPU: Remove OCIO workaround for Apple.Jeroen Bakker
2022-05-02EEVEE: Fix compiler warningClément Foucault
2022-05-02Blender 3.2 splashscreenThomas Dinges
2022-05-02Blender 3.2 - BetaThomas Dinges
2022-05-02EEVEE: Fix compilation on MSVCClément Foucault
2022-05-02EEVEE: Rewrite: Implement nodetree support with every geometry typesClément Foucault
2022-05-02Curves: support spherical delete brushJacques Lucke
2022-05-02Cleanup: GPUBuiltinShader: Remove old shader interfacesClément Foucault
2022-05-02Cleanup: GPUShader: Make style consistent in builtin_shader_stagesClément Foucault
2022-05-02GPUShader: Remove GPU_SHADER_INSTANCE_VARIYING_COLOR_VARIYING_SIZEClément Foucault
2022-05-02GPUShader: Port 3D uniform color clipped shaders to use shaderCreateInfoClément Foucault
2022-05-02GPUShader: Port dashed line shaders to use shaderCreateInfoClément Foucault
2022-05-02GPUShader: Port polyline shaders to use shaderCreateInfoClément Foucault
2022-05-01Fix T97545 DRW: Crash cause by invalid `"` char in glsl sourceClément Foucault
2022-05-01GPUShaderCreateInfo: Add validation for overlapping vertex attributeClément Foucault