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-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-01Cleanup: remove redundant calls to BMO_error_clearCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell 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-12-19Cleanup: spellingCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-05-22Fix T55093: Bisect + fill crashCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-17Fix T48667: Bisect-fill crashCampbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2014-11-05Editmesh: report a warning when fill failsCampbell Barton
2014-11-04Fix use-after free (own error)Campbell Barton
2014-08-21Fix T41523: Mesh triangle fill creates flipped facesCampbell Barton
2014-08-21Fix for BMesh fill using arbitrary face-flippingCampbell Barton
2014-08-21BMesh: fill - replace SmallHash with GHashCampbell Barton
2014-08-21BMesh: correct flag useCampbell Barton
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-02-03Scanfill: skip checks for loose edges when they can't occurCampbell Barton
2014-02-02BMesh: optimize lookups for triangle fillCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-08-23correct error in recent commit triangle-fill-dissolve, need to check if the e...Campbell Barton
2013-08-23add dissolve option to triangle fill operator, running dissolve after scanfil...Campbell Barton
2013-08-23optiona for bmesh triangle fill operator to take a normal argumentCampbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-26code cleanup: operator headersCampbell Barton
2013-03-26code cleanup: move beautify into its own file (more changes coming)Campbell Barton
2013-03-25beautify fill: skip testing invalid cases (2 triangles that _don't_ have 4 un...Campbell Barton
2013-02-13revert own commit, caused regression - hanging on triangulation [#34214].Campbell Barton
2013-02-09add beauty option for triangle fill since you might want to use the initial s...Campbell Barton
2013-02-09improve beauty-fill tool for non-flat triangles.Campbell Barton
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-03when triangulating ngons, use beauty option to rotate edges. gives much nicer...Campbell Barton
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-10fix for own mistake in recent changes to scanfill, bmo_triangle_fill_exec() (...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton