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
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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-10-29BLI_heap: minor changes to the APICampbell Barton
2017-10-28Use BLI_heap_reinsert for decimate and beautifyCampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-08-18Cleanup: some bad sizeof() usages.Bastien Montagne
2016-06-27Docs: arg namesCampbell Barton
2016-06-21Fix null-pointer freeCampbell Barton
2016-06-20Fix building for Windows after 57cff46v (booleans unitialized)Dalai Felinto
2016-06-16Correct error in recent commitCampbell Barton
2016-06-16BMesh Decimate: use doubles to calculate optimized positionCampbell Barton
2016-06-15BMesh Decimate: support ngonsCampbell Barton
2016-06-14Fix T48154: Decimate topology changes with scaleCampbell Barton
2015-12-02BMesh Decimate: don't collapse zero weighted edgesCampbell Barton
2015-11-18BMesh: symmetry aware decimateCampbell Barton
2015-07-25Cleanup: double-promotion warningsCampbell Barton
2015-06-05BMesh: decimator, allow vgroup factor over 1Campbell Barton
2015-06-04BMesh decimate, improve behavior with weightsCampbell Barton
2015-06-04correct last commitCampbell Barton
2015-06-04BMesh: decimator minor editsCampbell Barton
2015-05-21BMesh: decrease decimate epsilonCampbell Barton
2015-05-21Fix T44780: Decimate planar creates concave edgesCampbell Barton
2015-05-21BMesh: decimate improvement for flat surfacesCampbell Barton
2015-05-20BMesh: decimate, test for face flip was too lowCampbell Barton
2015-05-20BMesh: decimate wasn't using face/edge centersCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell 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-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-15Various fixes/improvements regarding BMesh's elem_index_dirty and BM_LOOP han...Bastien Montagne
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne