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-03-15Cleanup: add parens for clarityCampbell Barton
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-02Bevel: Z-Up Custom Profile OrientationHans Goudey
2020-02-28Fix T74256, crash in bmesh.ops.bevel if segments not set.Howard Trickey
2020-02-15Fix T58571: Limited dissolve ignores boundaries between delimited facesCampbell Barton
2020-02-15Cleanup: define useCampbell Barton
2020-02-07Code Quality Day: Comment formatting in bmesh_bevel.cHans Goudey
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-30Fix T73450, crash when adding segments on bevel.Howard Trickey
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-25Bevel: Remove Debugging CodeHans Goudey
2020-01-25Bevel: Simplify Profile Calculation StepHans Goudey
2020-01-13Fix T71329: Bevel: Don't drop offsets to 'in plane' facesHans Goudey
2020-01-07bmesh_intersect_edges: Remove unnecessary index settingmano-wii
2020-01-06BM_mesh_intersect: Match the mesh in Debug build with Releasemano-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-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-11-22Fixed rest of bevel regression tests.Howard Trickey
2019-11-22Fix some of the bevel regression tests.Howard Trickey
2019-11-21Cleanup: spellingCampbell Barton
2019-11-21Cleanup: spellingCampbell Barton
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey
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
2019-08-29Fix T56532: Boolean locks up BlenderCampbell Barton
2019-08-16Fix T68103: bevel sometimes infinite loops with patch miter.Howard Trickey
2019-08-16Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-26Fix T67595: bevel concave cube corner.Howard Trickey
2019-07-20Fix T67196: bevel bad at a 3-edge bevel.Howard Trickey
2019-07-07Cleanup: spellingCampbell Barton
2019-06-15Cleanup: spellingCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-28Cleanup: clang-formatCampbell Barton
2019-05-28Fix T65141 Bevel did not curve.Howard Trickey
2019-05-26Fix T64989 Bevel hangs with Mark Sharp sometimes.Howard Trickey
2019-05-25Fix T64582: bevel spikes sometimesHoward Trickey