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-06-23Fix T89269: Memory corruption during extrusions of overlapping edgesGermano Cavalcante
2020-10-19Spelling: Loose Versus LoseHarley Acheson
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-01Fix T80233: Extrude manifold can generate invalid geometryGermano Cavalcante
2020-07-13Fix Extrude Manifold losing original UVGermano Cavalcante
2020-04-15Operator: Add 'use_dissolve_ortho_edges' option for ExtrudeGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-20Cleanup: add missing macros to clang-formatCampbell 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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-04Fix T60099: Inconsistent normals from spin toolCampbell Barton
2018-09-25BMesh: option to flip normals for extrude/spinCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-05-22BMesh: extrude region didnt copy edge flagsCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-06-22Apply fix for T40745 to extrude_face_region tooCampbell Barton
2014-06-22Editmesh: extruding end-point verts now maintains edge-directionCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-07-19code cleanup: remove BLI_array use when extruding individual faces. also use ...Campbell Barton
2013-05-28fix [#35503] Bug with BMesh and Mirror Modifier (Blender 2.67)Campbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-03-16fix for own mistake in using alloca in a loop, replace with BLI_bufferCampbell Barton
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-27fix [#33651] Spin tool destroys unselected loose vertexCampbell Barton
2012-12-19use BM_face_create() over BM_face_create_ngon() in bevel and extrude individu...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26use more rigid type checking for bmesh slot subtypes.Campbell Barton
2012-11-20bmesh operator api:Campbell Barton