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
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2014-06-27BMesh: add ability not to delete vertex when collapsingCampbell Barton
2014-03-05Fix for un-subdivide creating duplicate facesCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-03-16code cleanup: shadowingCampbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-23code cleanupCampbell 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