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
2022-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-07-06Cleanup: rename 'count' to 'len'Campbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: remove bmesh-operator error codeCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-07Fix T74720: bmesh.ops.delete default context argument does nothingmano-wii
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: use MEM_recallocN_idCampbell Barton
2020-02-20Fix missing error message on convex hull failureCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell 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-22Fix T60643: BMesh operator enum args fail when unset from PythonCampbell Barton
2019-01-16Fix T59640: Transform w/ auto-merge & hidden verts crashesCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-08-27Implement BMesh Operator string enumerators and docs generation.Andrew Hale
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-11-26Removing OMP: bmesh_operators.cBastien Montagne
2017-11-22Removing OMP: get rid of usages in /bmesh/ area.Bastien Montagne
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-12-22BMesh: store stackdepth as an indexCampbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-09-02Fix editmesh-connect with hidden geometryCampbell Barton
2014-09-02BMesh: report errors for invalid operator useCampbell Barton
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-06-26Fix T40813: Dissolve verts with adjacent regions, removes the dividing edgeCampbell Barton
2014-06-06BMesh: avoid OpenMP use for low poly meshes (counting selection)Campbell Barton
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton