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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Fix (unreported): Bevel tool custom profile uses wrong segments numberHans Goudey
2020-08-03Fix T79482: Triangulate quads with 'Beauty' can make zero area facesCampbell Barton
2020-07-30Fix T79369: BMesh.calc_volume() gave incorrect resultCampbell Barton
2020-07-23Fix T29189 bevel crash.Howard Trickey
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-20Fix T78733 Bevel sometimes produces zero-area UV face with odd segments.Howard Trickey
2020-07-18BMesh: utility for checking shared edge with limit argumentCampbell Barton
2020-07-15UV: support region fill for path selectCampbell Barton
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-14Cleanup: spellingCampbell Barton
2020-07-13Fix Extrude Manifold losing original UVGermano Cavalcante
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
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-10Fix missing adjacent UV check for recent UV path selectCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-10Cleanup: use FLT_MAX for the maximum path selection costCampbell Barton
2020-07-10Cleanup: variable names, use define for maximum path costCampbell Barton
2020-07-09UV: path selection supportCampbell Barton
2020-07-09BMesh: add utility functionsCampbell Barton
2020-07-09Cleanup: move BMesh UV queries into their own fileCampbell Barton
2020-07-07Cleanup: use doxy commentsCampbell Barton
2020-07-06Cleanup: warning, spellingCampbell Barton
2020-07-06Fix faces disappearing when AutoMerge & SplitGermano Cavalcante
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: Unused variables in non-debug buildHans Goudey
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-02Cleanup: spellingCampbell Barton
2020-07-01Transform: generalized custom-data correction supportGermano Cavalcante
2020-07-01Cleanup: spellingCampbell Barton
2020-06-26Cleanup: Fix strict compiler warning about variable shadowingSergey Sharybin
2020-06-26Fixed typo in previous commit (UV fix); had nonsensical self-test.Howard Trickey
2020-06-26Fix T76199 Bevel materials "bleed" over faces.Howard Trickey
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Cleanup: A few small comment & naming changes in bevelHans Goudey
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-17Fix T70287: Connect vertex path can create duplicate edges/facesCampbell Barton
2020-06-17Cleanup: doxy commentsCampbell Barton
2020-06-10Mesh Edit: preserve Custom Normal vectors in topology operators.Alexander Gavrilov
2020-06-10Cleanup: improve custom data type namesJacques Lucke
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-28Fix cone primitive creating duplicate verticesCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton