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-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-07Cleanup: spellingCampbell Barton
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-04-28Cleanup: Strict compiler warning in release modeSergey Sharybin
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-06Cleanup: spellingCampbell Barton
2020-03-03Fix delaunay triangulation, bad indices for output faces.Howard Trickey
2020-03-01Fix problem with Delaunay triangulalation re output mapping.Howard Trickey
2020-02-29Made BLI_delaunay_2d_cdt_calc better at tiny feature elimination.Howard Trickey
2020-02-26Cleanup: spellingCampbell Barton
2020-02-15Cleanup: spellingCampbell Barton
2020-02-13Cleanup: pass const variablesCampbell Barton
2020-02-11Cleanup: extra semicolons, comma use, undeclared varsCampbell Barton
2020-02-10Cleanup: spellingCampbell Barton
2020-01-28Fix T73271, Delaunay Triangulation not robust enough.Howard Trickey
2019-12-23Fix utility function used for wrong vector sizeSergey Sharybin
2019-12-21Fix crash in delaunay triangulation due to epsilon issues.Howard Trickey
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-08Cleanup: spellingCampbell Barton
2019-11-05Fixed delaunay check, was causing 'desperation' messages.Howard Trickey
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-09Fix Delaunay 2d valid bmesh mode bug.Howard Trickey
2019-09-07Fix two bugs in delaunay blenlib function.Howard Trickey
2019-08-29Move math and vector double routines into blenlib from delaunay codeHoward Trickey
2019-08-15Cleanup: clang-format, unused argCampbell Barton
2019-08-15Fix CDT bug causing crash with some output modes.Howard Trickey
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-10Cleanup: unused varCampbell Barton
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey