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
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
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-11-27Fix T37121: decimate works badly with flat surfacesCampbell Barton
2013-10-28fix for decimator editing the data it loops over in an unsupported way.Campbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-04-21code cleanup: avoid unneeded normalizations when joining tris -> quads, also ...Campbell Barton
2013-03-31style cleanupCampbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-08fix [#33797] decimate modifier bug on uv-coordinates when mesh uses vertex colorCampbell Barton