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-08-17Cleanup: unused definesCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-05Cleanup: outdated/unhelpful commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-28Cleanup: remove automerge BMesh operatorCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell 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-03-19Cleanup: use BLI_kdtree_3d prefixCampbell 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
2019-01-17BMesh: keep selection history when removing doublesCampbell Barton
2019-01-17BMesh: Remove doubles now merges face-flagsCampbell Barton
2019-01-17Cleanup: variable namesCampbell Barton
2019-01-16BMesh: prevent weld-verts bmop creating selected+hidden verts/edgesCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-03Fix T52634: EditMesh Remove doubles could hangCampbell Barton
2017-09-01BMesh: use predictable order for remove-doublesCampbell Barton
2017-06-09Fix T51648: Inconsistent edge collapse point depending on orientationLuca Rood
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-13Fix T48616: Auto-merge selects extra edgesCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2015-12-24BMesh: remove doubles fix/optimizationCampbell Barton
2015-12-22Fix bad selection after symmetrizeCampbell Barton
2015-12-01Fix auto-merge loosing edge/faces selectionCampbell Barton
2015-06-21BMesh: replace BLI_array -> BLI_stackCampbell Barton
2015-05-05Cleanup: function arg wrappingCampbell Barton
2015-05-01Fix T44560: Merge Collapse tool - UVs operator panel option ignored with Coll...Bastien Montagne
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-08-14BMesh: use a smaller dist3 thresholdCampbell Barton
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-05-23BMesh Walker: rename BMW_SHELL -> BMW_VERT_SHELLCampbell Barton
2014-04-15Various fixes/improvements regarding BMesh's elem_index_dirty and BM_LOOP han...Bastien Montagne
2014-01-22BMesh: collapse_uvs - avoid clearing and flagging for every cd-layerCampbell Barton
2014-01-17BMesh: minor optimization for remove doublesCampbell Barton
2014-01-17BMesh: add bmesh delete functions that dont depend on operator flagsCampbell Barton
2013-12-24Fix for own recent commitCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-10-02fix [#36913] GHASH_FLAG_ALLOW_DUPES assert and crash in Edge CollapseCampbell Barton
2013-08-28array modifier was adding vertices to the 'targetmap' multiple times.Campbell Barton
2013-08-28remove doubles: source/target can be swapped, check both flags.Campbell Barton