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-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-23Cleanup: Improvements to mesh to bmesh conversionHans Goudey
2022-01-22Fix T94760: Crash building BMesh when opening fileHans Goudey
2022-01-22Fix linking in debug modeCampbell Barton
2022-01-22Cleanup: Move bmesh_mesh_convert.c to C++Hans Goudey
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2022-01-20Cleanup: spelling in commentsCampbell Barton
2022-01-19BMesh: add mesh debug information printingCampbell Barton
2022-01-19BMesh: improve handling of custom-data flag (Mesh.cd_flag)Campbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-11Add support for a longest diagonal quad triangulation modeHenrik Dick
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: quiet GCC stringop-overflow in bmesh_beautify.cCampbell Barton
2022-01-06Cleanup: remove unnecessary slashes and quotes from paths in CMakeCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-10Cleanup: spelling in commentsCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-12-03Fix T93574: Asset triangulating a meshCampbell Barton
2021-12-02Fix T93563: Crash subdividing with overlapping tri and quadCampbell Barton
2021-11-12Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-12Cleanup: remove redundant loop-index accessCampbell Barton
2021-11-10Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-10Fix T92874: Custom normals reset when vertex is deletedCampbell Barton
2021-11-09Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-09Fix T92384: Wrong UV layers used with Boolean Modifier (Fast Solver)Campbell Barton
2021-11-08Cleanup: avoid error prone struct declarations in C++Campbell Barton
2021-11-08Cleanup: spelling in commentsCampbell Barton
2021-11-03Fix crash dissolving overlapping facesCampbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-20Cleanup: spelling in commentsCampbell Barton
2021-10-03Fix T91810 Bevel not working well with certain unbeveled edge positions.Howard Trickey
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-28Fix error in previous commitGermano Cavalcante
2021-09-28Fix flag wrongly set in 'BM_face_split_edgenet_connect_islands'Germano Cavalcante
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-04BMesh: optimize edge & face group calculationMikkel Gjoel
2021-08-17Cleanup: unused definesCampbell Barton
2021-08-17Cleanup: replace degenerate check with assertCampbell Barton
2021-08-13Revert "Mesh: replace saacos with acosf for normal calculation"Campbell Barton
2021-08-13Mesh: replace saacos with acosf for normal calculationCampbell Barton