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-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-06-08Attributes: Use names instead of layers for some functionsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-03Cleanup: move public doc-strings into headers for 'bmesh'Campbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-10Cleanup: update old commentsCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Transform: generalized custom-data correction supportGermano Cavalcante
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
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-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-11-26Removing OMP: bmesh_interp.cBastien Montagne
2017-10-24Fix T53143: Knife Crash after Grid FillCampbell Barton
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2015-11-04Add missing check for multires interpolationCampbell Barton
2015-11-03Cleanup: de-duplicate quad_coord & resolve_quad_uv_v2Campbell Barton
2015-11-03Edge/Vert slide: improve multires interpolationCampbell Barton
2015-11-03BMesh: add BM_loop_interp_multires_ex which takes cached varsCampbell Barton
2015-07-01Cleanup: use cross_v2v2 functionCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-28Cleanup: const correctnessCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-23CustomData: const correctnessCampbell Barton
2015-02-23Edge/Vert Slide: avoid redundant loop angle callsCampbell Barton
2015-02-23Error in last commitCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-02-16Vert/Edge Slide: better UV interpolationCampbell Barton
2015-02-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-11UV Island support for vertex & edge slideCampbell Barton