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
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-02-13Cleanup: macro hygiene, use parenthesis around operatorsCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-07-06Cleanup: warning, spellingCampbell Barton
2020-07-06Fix faces disappearing when AutoMerge & SplitGermano Cavalcante
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-09Cleanup: spellingCampbell Barton
2020-04-22Fix T75994: Crash with 'Split Edges and Faces' | Auto-MergeGermano Cavalcante
2020-03-23Fix possible endless loop in Auto Merge & SplitGermano Cavalcante
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-01-28Cleanup: warnings, clang-formatCampbell Barton
2020-01-28bmesh_intersect_edges: Don't detect faces if an edge already existsmano-wii
2020-01-27bmesh_intersect_edges: Improve detection of the best_facemano-wii
2020-01-27bmesh_intersect_edges: Fix assertsmano-wii
2020-01-27Edit Mesh: Auto Merge - Split Edges & Faces - Better logic for splitting facesmano-wii
2020-01-07bmesh_intersect_edges: Remove unnecessary index settingmano-wii
2020-01-05Edit Mesh: Use multithreading in other parts of Auto Merge & Splitmano-wii
2020-01-05Cleanup: warningCampbell Barton
2020-01-04Edit Mesh: Multithread support for Auto Merge & Splitmano-wii
2020-01-02EditMesh: Improve AutoMerge with Split Edges & Facesmano-wii
2019-12-12BLI_bvhtree_overlap_ex: add 'max_interactions' parametermano-wii
2019-10-01Fix T70328: Crash when editing loopcuts with AutoMerge & Split optionmano-wii
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-12BMesh: New tool `BM_mesh_intersect_edges`mano-wii