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-01Fix bug where corner boundary was straight when it should curve.Howard Trickey
2016-05-26BMesh: don't alloc zero sized select elem arrayCampbell Barton
2016-05-25Fix T47257: bevel crash when there are internal faces.Howard Trickey
2016-05-14Fix Cube generated UV's rotated incorrectlyCampbell Barton
2016-05-13Correct BM_iter_mesh_bitmap_from_filter returnCampbell Barton
2016-05-12Fix T48413: editmesh intersect tool crashCampbell Barton
2016-05-12Correct debug printsCampbell Barton
2016-05-12BMesh: avoid calling delete operator w/ face dissolveCampbell Barton
2016-05-12Recent bmesh face-join caused regression (T48407)Campbell Barton
2016-05-11BMesh: ignore non-manifold face connectionsCampbell Barton
2016-05-11BMesh: add BMW_ISLAND_MANIFOLDCampbell Barton
2016-05-11BMesh Island Walker: use direct loop accessCampbell Barton
2016-05-11BMesh: remove exception from face-join functionCampbell Barton
2016-05-11BMesh: boundary walker, skip non-manifold loopsCampbell Barton
2016-05-11BMesh: add check for manifold loopCampbell Barton
2016-05-11BMesh: correct fix for face-join removing attached facesCampbell Barton
2016-05-10BMesh: only remove loose geometry when joining facesCampbell Barton
2016-05-09Fix error introduced by removing faces before executing bridgeCampbell Barton
2016-05-06Cleanup: warningsCampbell Barton
2016-05-06Fix T48356: Bridge tool creates self-intersecting loopCampbell Barton
2016-05-05Fix for fix, sorry for the noiseCampbell Barton
2016-05-05Missed last commitCampbell Barton
2016-05-05Correct own mistake int recent transform API editsCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-04Fix error in BM_face_exists_overlap_subsetCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-29BMesh: when multiple vertices have the same key-index, use the firstCampbell Barton
2016-04-29Minor optimization to bmesh shape key conversionCampbell 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-12Fix T47443: Circle & UV Sphere aren't alignedCampbell 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-31Fix T48012: Knife Project crashCampbell Barton
2016-03-30Shortest Path Select: option to select all paths between 2 elementsCampbell Barton
2016-03-20Docs: add missing bmesh.ops descriptionsCampbell Barton
2016-03-15Cleanup some warningsSergey Sharybin
2016-03-14Cleanup: move MDisps flipping to own functionCampbell Barton
2016-03-14Fix T47788: Symmetrize flips multi-res dataCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-03-11Fix T47749: Crash subdividing wire edge w/ mdispsCampbell Barton
2016-03-06BMesh: avoid assert dissolving degenerate facesCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne