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-07-28Cleanup: quiet GCC stringop-overflow warningCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-29Cleanup: comments (long lines) in bmeshCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2016-09-28Fix T49471: Vertex Connect randomly broken.Bastien Montagne
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-11-17Fix T46784: Connect vertices (follow up)Campbell Barton
2015-11-16Fix T46784: Connect vertices uses odd orientationCampbell Barton
2015-08-02correct ifdefCampbell Barton
2015-08-01Fix T45582: Connect vertex hangsCampbell Barton
2015-08-01BMesh connect pair, fallback to identity matrixCampbell Barton
2015-05-05Cleanup: function arg wrappingCampbell Barton
2015-02-24Fix T43792: Connect faces fails with ngonsCampbell Barton
2015-01-10Fix for regression in bmesh connect-pairCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-10Fix T4256: Connect tool hangsCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-11-02Cleanup: styleCampbell Barton
2014-09-02Fix editmesh-connect with hidden geometryCampbell Barton
2014-08-29Fix T41631: Connect acts on unrelated vertCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-28add inline functions getting a single axis from mul_m3_v3()Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-06-23tweak comparisons for connect pair in rare case the value == CONNECT_EPS.Campbell Barton
2013-06-23fix for connect_pair cutting across triangle verts from edges.Campbell Barton