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-29Fix T50906 and T49361, bevel didn't curve in plane sometimes.Howard Trickey
2017-05-28Fix T48996, bevel bad for certain in-plane edges.Howard Trickey
2017-05-23Fix T48668, bevel mistake on presumed reflex angle.Howard Trickey
2017-05-16Fix T49467: Crash due to assert failure in bevel.Howard Trickey
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-03-13Fix T50920: Adds missing edges on return of bisect operatorGermano Cavalcante
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2017-03-11Correct recent bmesh separate additionCampbell Barton
2017-03-11BMesh: add BM_mesh_separate_facesCampbell Barton
2017-03-05Fix T50855: Intersect (knife) w/o separate doesn't selectCampbell Barton
2016-12-28Fix T49848: bevel of spiral gets bigger and bigger widths.Howard Trickey
2016-12-06Fix T50003, Bevel makes non-manifold mesh.Howard Trickey
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
2016-10-16Fix assert in the wrong place, should be moved earlier to do anything.Chase Willden
2016-09-12Fix T49296, assert failure in Bevel code.Howard Trickey
2016-08-18Cleanup: some bad sizeof() usages.Bastien Montagne
2016-08-17Fix Bevel crashes T49088 and T48858.Howard Trickey
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-29BMesh Intersect: use flags to keep track of vertsCampbell Barton
2016-06-27Docs: arg namesCampbell Barton
2016-06-23Fix T48707: Edit-mesh intersect crashCampbell Barton
2016-06-23Correct assertCampbell 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
2016-06-01Fix bug where corner boundary was straight when it should curve.Howard Trickey
2016-05-25Fix T47257: bevel crash when there are internal faces.Howard Trickey
2016-05-12Fix T48413: editmesh intersect tool crashCampbell Barton
2016-05-12Correct debug printsCampbell Barton
2016-05-06Cleanup: warningsCampbell Barton
2016-04-28BMesh: limited-dissolve, add check for wire edgesCampbell Barton
2016-04-20Minor optimization for limited-dissolveCampbell Barton
2016-04-19Minor edits to last commitCampbell Barton
2016-04-19Fix T47998: Limited dissolve fails /w holesCampbell Barton
2016-04-06Quiet warning for release buildCampbell Barton
2016-04-06Tweak fill-region method to produce fewer 'gaps'Campbell Barton
2016-04-01BMesh: improve path-select fill region w/ ngonsCampbell Barton
2016-03-30Shortest Path Select: option to select all paths between 2 elementsCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-08Fix bisect flagging w/ multiple cuts on an ngonCampbell Barton
2015-12-27BMesh Path Select: Face Stepping OptionCampbell Barton
2015-12-16BMesh: support connecting single-edge island linksCampbell Barton
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-13BMesh: don't use total faces to detect editsCampbell Barton