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-22Cleanup: Spelling MistakesLeon Zandman
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-17BMesh: support for comparing loops when calculating face-groupsCampbell Barton
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
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-11-28BMesh: pass loops instead of edges/verts to filter funcsCampbell Barton
2015-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-10-31Fix T46648: Recalculate normals failsCampbell Barton
2015-03-11Cleanup: indentationCampbell Barton
2015-03-02error in last commitCampbell Barton
2015-03-02Fix T43848: Wrong direction recalculating normalsCampbell Barton
2015-03-02BMesh: calc normals, use area weighted centerCampbell Barton
2014-06-06Fix T40508: Calculating normals crashesCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-12-15Editmesh: skip allocating a face array for recalc-normalsCampbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-08-16rewrite edgenet fill bmesh operator.Campbell Barton
2013-07-22old todo, rotate around individual origins now supports connected face/edge i...Campbell Barton
2013-07-22add support for BM_mesh_calc_face_groups to use vertex connectivity (not curr...Campbell Barton
2013-07-09fix for own error in normal-recalc r58077, initial face flipping wasn't check...Campbell Barton
2013-07-09minor improvementsCampbell Barton
2013-07-08fix/improve normal calculation, noticed when checking on the previous bugfix.Campbell Barton
2013-07-08remove unused normal-recalc flags.Campbell Barton
2013-07-08move normal recalculation into its own source file.Campbell Barton