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-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
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: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-14Cleanup: spellingCampbell Barton
2020-10-12Fix T81060: CustomData Correction sometimes breaks UVs and Vertex ColorsGermano Cavalcante
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-15BMesh: avoid negative array access in shape-key conversionCampbell Barton
2020-09-15Cleanup: remove redundant indexing valueCampbell Barton
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-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-13Fix T65148: Drivers can't access shape keysSybren A. Stüvel
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-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-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-30Fix T79369: BMesh.calc_volume() gave incorrect resultCampbell Barton
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-18BMesh: utility for checking shared edge with limit argumentCampbell Barton
2020-07-10Fix T78766: Blender crashes after deleting vertices with Custom Normals.Bastien Montagne
2020-07-10Cleanup: clang-formatCampbell Barton
2020-07-10Fix BM_loop_at_index_find lookupCampbell Barton
2020-07-09BMesh: add utility functionsCampbell Barton
2020-07-09Cleanup: move BMesh UV queries into their own fileCampbell Barton
2020-07-06BMesh: add BM_face_calc_uv_crossCampbell Barton
2020-07-06BMesh: add BM_loop_other_vert_loop_by_edgeCampbell Barton
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Transform: generalized custom-data correction supportGermano Cavalcante
2020-07-01Cleanup: spellingCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-06-20Bevel: add new 'Absolute' mode for interpreting 'amount' value.Howard Trickey
2020-06-17Cleanup: doxy commentsCampbell Barton
2020-06-10Mesh Edit: preserve Custom Normal vectors in topology operators.Alexander Gavrilov
2020-06-05Cleanup: rename suffix 'conv' to 'convert'Campbell Barton
2020-06-02Merge branch 'blender-v2.83-release'Campbell Barton
2020-06-02Fix T76533: Gizmo uses active face center in edge selection modeCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-25Fix crash when converting BMesh to Mesh with shape keysSybren A. Stüvel