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
2015-08-03Fix T45620: Coplanar faces w/ flipped normals not selectedCampbell Barton
2015-08-03Cleanup: remove redundant normalizeCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-02cleanup: styleCampbell Barton
2014-12-28Fix T40930: Add a new option to select faces by smooth/flat shading.Bastien Montagne
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-04Fix for missing code to select similar faces with Freestyle face marks.Tamito Kajiyama
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-11-01style cleanupCampbell Barton
2012-10-30minor changes to select similar,Campbell Barton
2012-10-30Fix build for recent bmo commit (gcc wants a return value in any case! ;) ).Bastien Montagne
2012-10-30bad naming, the bmesh operator only tags, not selects.Campbell Barton