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-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-19Correct recent error in boolean quad split checkCampbell Barton
2017-09-18BMesh: move bridge tools stepping logic into macroCampbell Barton
2017-09-15Fix T52384: Bridge pair result depends on other loopsCampbell Barton
2017-09-15BMesh: use less involved check for edge rotationCampbell Barton
2017-09-15Fix error in recent boolean changes w/ quad splitCampbell Barton
2017-09-14Fix T52291: Boolean fails w/ co-linear edged ngonsCampbell Barton
2017-09-11Fix T52701: Mesh shortest path fails at boundariesCampbell Barton
2017-08-26Missed last commitCampbell Barton
2017-08-26Fix T52515: Crash on BMesh.to_mesh()Campbell Barton
2017-08-26Fix minor Mesh -> BMesh conversion issuesCampbell Barton
2017-08-12Fix T52329: Boolean with aligned shapes failedCampbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-29Cleanup: multistatement-macros warningCampbell Barton
2017-07-13Cleanup: Fix MSVC warning messageAntonio Vazquez
2017-07-12BMesh: move safe loop-normal-calc to own functionCampbell Barton
2017-07-11Resolve T51745: Mesh extrude keep-orig needs edgesCampbell Barton
2017-06-08Fix T51733: 3d print toolbox checks report false positives.Bastien Montagne
2017-06-07Bevel Op (internal and API) now returns new edges and verts as well asHoward Trickey
2017-05-18Correct last commitCampbell Barton
2017-05-18Fix T51539: BMesh boolean crashCampbell Barton
2017-05-17BMesh: remove duplicate argument for wireframe opCampbell Barton
2017-05-15Fix T51180: BMesh crash using calc_uvs=TrueCampbell Barton
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-04-07Fix T51137: Edge Rip HangsCampbell Barton
2017-03-31Fix T51072: The reference of a pyobject may be being overwritten in `bm_mesh_...Germano Cavalcante
2017-03-14Fix T50876: Cycles Crash - Cycles crashes before sampling when certain meshes...Bastien Montagne
2017-03-13Fix T50920: Adds missing edges on return of bisect operatorGermano Cavalcante
2017-03-12BMesh: rename cryptic functionsCampbell Barton
2017-03-12Cleanup: styleCampbell Barton
2017-03-11BMesh: Fix BM_face_loop_separate_multiCampbell Barton
2017-02-02Fix T50524: Basis shapekey editing while rendering bug.Bastien Montagne
2017-01-19BMesh: remove BM_face_create_ngon_vcloudCampbell Barton
2017-01-19Correct asserts, un-hiding when selected is okCampbell Barton
2017-01-19Cleanup: naming, comments assert for hide+selectedCampbell Barton
2017-01-19BMesh: improve hide-flush internal logicCampbell Barton
2017-01-18BMesh: Use angle_signed_on_axis_v3v3v3_v3Campbell Barton
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2016-11-18BMesh: invalid return from BM_mesh_validateCampbell Barton
2016-11-17BMesh: avoid using temp array for face-areaCampbell Barton
2016-11-17BMesh: minor cleanupCampbell Barton
2016-11-17Cleanup: redundant index loop for monkey-createCampbell Barton
2016-11-15BMesh: remove redundant link-list manipulationCampbell Barton
2016-11-14BMesh: match BM_vert_find_first_loop with iterator logicCampbell Barton
2016-11-14BMesh: avoid extra calls per faces-of-vert iteratorCampbell Barton
2016-11-14BMesh: use const for BM_vert_face_checkCampbell Barton
2016-11-14BMesh: minor improvement to BM_vert_face_checkCampbell Barton
2016-11-14BMesh: fix edge-rotate with w/ flipped facesCampbell Barton
2016-11-14BMesh: replace iterator with BM_face_vert_share_loopCampbell Barton