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
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-23Cleanup: style, use const args where possibleCampbell Barton
2019-03-22Modifiers: add minimum number of vertices to triangulate modifier.Ish Bosamiya
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-05-04Cleanup: style & const'sCampbell Barton
2015-02-02BMesh: tool to ensure all faces are convexCampbell Barton
2014-12-18Quiet warning (harmless)Campbell Barton
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-09Cleanup: remove scanfill define for polyfill codeCampbell Barton
2013-12-02Fix for triangulate and beauty-fillCampbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-01-30correction to r54188, also don't attempt to triangulate triangles.Campbell Barton
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton