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
path: root/source
AgeCommit message (Expand)Author
2021-01-05Fix T84216: Drawing a paintcurve [vertexpaint / weightpaint] failsPhilipp Oeser
2021-01-05BMesh: Add shape-key support to edit-mesh symmetrizeCampbell Barton
2021-01-05BMesh: add use_shapekey to BMesh transform operatorsCampbell Barton
2021-01-05Cleanup: use scale's 'space' argument instead of two transform callsCampbell Barton
2021-01-05Fix bmesh.mirror operatorCampbell Barton
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2021-01-05VSE: Fix incorrect condition for skipping prefetch framesRichard Antalik
2021-01-05Cleanup: Use flag type explicitlyHans Goudey
2021-01-05Cleanup: Remove unused variables in transform mesh skin codeHans Goudey
2021-01-05Fix T84382: Geometry Nodes: Vertex group attributes are removedHans Goudey
2021-01-05Fix T84183: Dark area in the bevel custom profile widgetPi Lanningham
2021-01-04Fix T84376: Skin Resize(Ctrl + A) does not work in SymmetryGermano Cavalcante
2021-01-04Fix T83876: blender crashes when baking particles + smoke simJacques Lucke
2021-01-04Fix T84260: NURBS edit mode lines not showingFalk David
2021-01-04Fix T84095: Eevee vextex color isn't working with hairJeroen Bakker
2021-01-04Fix: Update normals when switching scene qualityJeroen Bakker
2021-01-04GPU: Enable HQ normal work around for AMD PolarisJeroen Bakker
2021-01-04GPU: Add HQ normals workaround.Jeroen Bakker
2021-01-04Fix mistake in rBef90a8e12caf in data transfer code.Bastien Montagne
2021-01-04Fix T84362: Crash when use Vertex Paint in subdivide strokesAntonio Vazquez
2021-01-04Fix T84345: Transforming the cursor fails with absolute grid-snapCampbell Barton
2021-01-04DrawManager: High quality normals for non meshesJeroen Bakker
2021-01-04Fix T84106: attribute mix node worked incorrectly on float attributesJacques Lucke
2021-01-04Fix imbuf.new & resize allowing zero & negative dimensionsCampbell Barton
2021-01-04Cleanup: remove unused optional argument to imbuf.newCampbell Barton
2021-01-04Fix T84191: remove python API limits for Image.scale() dimensionsPhilipp Oeser
2021-01-04Fix crash reading files with unknown modifier ID'sCampbell Barton
2021-01-04Fix early exit check in BKE_appdir_app_template_has_userprefCampbell Barton
2021-01-04Cleanup: correct array size in argumentCampbell Barton
2021-01-04Cleanup: use const variablesCampbell Barton
2021-01-04Cleanup: typo in c484b54453e6072399dd79daccf237bb4bd73b41Campbell Barton
2021-01-04Cleanup: add NULL check for filename argument which could be NULLCampbell Barton
2021-01-04Cleanup: redundant call to WM_modalkeymap_findCampbell Barton
2021-01-04Cleanup: redundant code, minor inconsistenciesCampbell Barton
2021-01-04Cleanup: use ARRAY_SIZE when when looping over the array indiciesCampbell Barton
2021-01-04Cleanup: remove self-assignmentCampbell Barton
2021-01-04Cleanup: remove redundant codeCampbell Barton
2021-01-04Cleanup: sort cmake file listsCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2021-01-04Cleanup: redundant struct declarationsCampbell Barton
2021-01-04Cleanup: sort structsCampbell Barton
2021-01-04Cleanup: docy comments beginning with '/**' don't end with '**/'Campbell Barton
2021-01-04Cleanup: clang-formatCampbell Barton
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2021-01-04Cleanup: use doxy sections for render_preview.cCampbell Barton
2021-01-04Cleanup: rename get_brush_icon, make it a static functionCampbell Barton
2021-01-04Cleanup: use const casts in DerivedMesh.ccCampbell Barton
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2021-01-01Fix T84029: Point Distribution node crash on mesh with no facesHans Goudey
2020-12-31Fix mistake in recent rB8c135fa9a834 commit.Bastien Montagne