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-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-15Fix T55490, intersect two triangles fails.Howard Trickey
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-05-15Fix BMesh bisect not flagging dirty indicesCampbell Barton
2018-05-07Fix Bevel percent mode bug 54228Howard Trickey
2018-05-04Fix wireframe modifier w/ even offsetCampbell Barton
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-08Disable fast adjust code. Add other end spec matching.Howard Trickey
2018-02-05Fix bevel profile=1 problems, see T39132, T38458, T40278, T51010,Howard Trickey
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-29Fix nan problem in previous bevel commit.Howard Trickey
2018-01-29Fix T53459, inconsistent bevel on identical edges.Howard Trickey
2018-01-28Cleanup: style, spellingCampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-12-18Fix T53474, bevel glitchy with big objects.Howard Trickey
2017-12-04Better bevel profile at extreme values of profile.Howard Trickey
2017-10-29BMesh: use heap update for dissolve-decimateCampbell 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-26Beauty fill was skipping small facesCampbell Barton
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-15Polyfill Beautify: option to rotate out of degenerate stateCampbell Barton
2017-09-14Correct error in last commitCampbell Barton
2017-09-14Fix T52748: Select shortest face path failsCampbell Barton
2017-09-11Fix T52701: Mesh shortest path fails at boundariesCampbell Barton
2017-08-11Fix bevel clamping bugs T51247 and T50819.Howard Trickey
2017-07-31Code cleanup: fix warning with clang.Brecht Van Lommel
2017-06-07Bevel Op (internal and API) now returns new edges and verts as well asHoward Trickey
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