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-11Add support for a longest diagonal quad triangulation modeHenrik Dick
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell 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-11-12Cleanup: remove redundant loop-index accessCampbell Barton
2021-11-10Fix T92874: Custom normals reset when vertex is deletedCampbell Barton
2021-11-09Fix T92384: Wrong UV layers used with Boolean Modifier (Fast Solver)Campbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
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-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-04BMesh: optimize edge & face group calculationMikkel Gjoel
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
2021-08-09Fix T90532: Crash editing meshes with auto-smoothCampbell Barton
2021-08-05Fix T90256: faces are flat shaded in edit mode with auto smoothCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Fix T90421: edit-mode auto-smooth crash when angle set to 180degreesCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-02Fix T90332: Auto-smooth crashes in edit-modeCampbell Barton
2021-07-30Fix build error in debug builds and uninitialized structsHans Goudey
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23Cleanup: de-duplicate code for edge-split taggingCampbell Barton
2021-07-23Cleanup: remove unused BM_mesh_loop_normals_update functionCampbell Barton
2021-07-23Fix error setting sharp edges in recent normal calculation changesCampbell Barton
2021-07-23Cleanup: remove normal assignment from bm_mesh_edges_sharp_tagCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth sharp-edge calculationCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth & custom normal calculationsCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: spellingCampbell Barton
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Cleanup: use BMLoop.next/prev for BMesh auto-smooth logicCampbell Barton
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-07Cleanup: update filename referencesCampbell Barton
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: remove bmesh-operator error codeCampbell Barton
2021-07-01Cleanup: split normal calculation into it's own fileCampbell Barton