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-11File headers: SPDX License migrationCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
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
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2017-11-24Cleanup: -Wnonnull-compare GCC warningCampbell Barton
2017-11-23BMesh: add limited support for parallelization over some basic iterators.Bastien Montagne
2015-05-02Cleanup: use function attrs for BMesh inline funcsCampbell Barton
2014-09-24BMesh: generic callbacks for mempool iteratorCampbell Barton
2014-08-02BMesh: typecheck iteratorCampbell Barton
2013-05-25bmesh: optimize iterator size using a union for iterator specific data.Campbell Barton
2013-03-02Added typecasts to keep c++ from reporting errorsGaia Clary
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-14remove NULL checks for BM_iter_new() element iterators. replace checks with a...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-04-20add asserts for invalid iteratpr values so we can catch them in debug mode.Campbell Barton
2012-04-20Fixed crash in iter api, triggered by calling index_update() on the loop py s...Joseph Eagar
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton