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
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
2013-01-07style cleanupCampbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28fix [#33320] Decimate modifer in collapse is inconsistent when limiting to a ...Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton
2012-11-18move decimator into tools/ dirCampbell Barton