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-10-22Fix T81939: crash calling bmesh.utils.vert_separate()Campbell Barton
2020-10-20Fix T81865, T81860: CustomData Correction can fail on non standard namesPhilipp Oeser
2020-10-19Spelling: Apart Versus A PartHarley Acheson
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-19Silence an unused variable warning in bmesh_bevel.c.Howard Trickey
2020-10-19Cleanup: clang tidyJacques Lucke
2020-10-18Fix Bevel percent mode, and clamping for it too (T79898).Howard Trickey
2020-10-14Cleanup: spellingCampbell Barton
2020-10-12Fix T81060: CustomData Correction sometimes breaks UVs and Vertex ColorsGermano Cavalcante
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-21Fix T80520: Tris to Quads ignores UV delimit optionmano-wii
2020-09-15BMesh: avoid negative array access in shape-key conversionCampbell Barton
2020-09-15Cleanup: remove redundant indexing valueCampbell Barton
2020-09-13Apply patch D8816, from Zachary(AFWS) for collection boolean operand.Howard Trickey
2020-09-13Fix T77584: Edit Mode crash with shape keys created on blank meshCampbell Barton
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-09-01Fix T80233: Extrude manifold can generate invalid geometryGermano Cavalcante
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-17Cleanup: sort CMake path listsCampbell Barton
2020-08-13Fix T65148: Drivers can't access shape keysSybren A. Stüvel
2020-08-11Cleanup: Reduce indentation levelHans Goudey
2020-08-11Cleanup: Remove unecessary variablesHans Goudey
2020-08-11Cleanup: Use sizeof first in allocationsHans Goudey
2020-08-11Cleanup: Reduce indentation levelHans Goudey
2020-08-11Cleanup: Reduce scope of variable declarations in bmesh_bevel.cHans Goudey
2020-08-11Fix T75588: Missing loop cuts preview for edges without quadsGermano Cavalcante
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11BMesh: add UV calculate center callCampbell Barton
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren 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-04Cleanup: Bevel: Split two case for loop into separate functionHans Goudey
2020-08-04Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-04Fix (unreported): Bevel tool custom profile uses wrong segments numberHans Goudey
2020-08-04Cleanup: Reduce indentation in functionHans Goudey
2020-08-03Merge branch 'blender-v2.90-release' into masterCampbell Barton