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-04-12Fix T87259: Un-Subdivide creates duplicate facesCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-15Fix T58571: Limited dissolve ignores boundaries between delimited facesCampbell Barton
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-27Cleanup: style, use braces for bmeshCampbell Barton
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
2017-10-29BMesh: use heap update for dissolve-decimateCampbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-06Cleanup: warningsCampbell Barton
2016-04-28BMesh: limited-dissolve, add check for wire edgesCampbell Barton
2016-04-20Minor optimization for limited-dissolveCampbell Barton
2016-04-19Minor edits to last commitCampbell Barton
2016-04-19Fix T47998: Limited dissolve fails /w holesCampbell Barton
2015-05-17Cleanup: indentationCampbell Barton
2015-05-16BMesh: add UV delimit for select-linked, dissolveCampbell Barton
2015-05-16BMesh: add sharp edge delimiterCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-06-27BMesh: add BM_vert_is_edge_pair(), faster then checking (BM_vert_edge_count(v...Campbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-04bmesh: improve limited dissolve resultCampbell Barton
2013-07-25correct problem with limited-dissolve not leaving the selection correctly (ca...Campbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-03-12code cleanup: quiet struct gcc warnings, also use more conventional names for...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton
2012-11-18move decimator into tools/ dirCampbell Barton