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-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
2016-11-14BMesh: remove redundant argumentCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-12BMesh: update comments, ifdef'd codeCampbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
2016-11-09BMesh: face-join, remove redundant face assignmentCampbell Barton
2016-11-09BMesh: Cleanup, remove hole ifdefCampbell Barton
2016-11-09BMesh: face-flip, no need for temporary edge-arrayCampbell Barton
2016-11-08BMesh: remove edge search when flipping facesCampbell Barton
2016-11-07BMesh: remove redundant edge-split loop initializeCampbell Barton
2016-11-07BMesh: remove redundant array sizeCampbell Barton
2016-11-07BMesh: minor improvement to edge-split assignmentCampbell Barton
2016-10-31BMesh: radial loop (internal API symmetry)Campbell Barton
2016-10-31BMesh: simplify vert & edge removalCampbell Barton
2016-10-31BMesh: remove redundant walker member & assignmentCampbell Barton
2016-10-26RangeTree API rewriteCampbell Barton
2016-10-26BMesh: edge-net split, edge selection errorCampbell Barton
2016-10-16Fix assert in the wrong place, should be moved earlier to do anything.Chase Willden
2016-09-28Fix T49471: Vertex Connect randomly broken.Bastien Montagne
2016-09-25Quiet shadow warningCampbell Barton
2016-09-24Mesh: added default UVs for Monkey, improved UVs for UV Sphere and Icosphere.Peter Lu
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-31Cleanup: spelling, styleCampbell Barton
2016-07-22Correct mistake comparing verticesCampbell Barton
2016-07-22Fix T48926: Subdivide edge-ring crashCampbell Barton
2016-07-22BMesh: compare face angles as angles cosineCampbell Barton
2016-07-20BMesh: improve BM_face_splits_check_legalCampbell Barton
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-02BMesh: utility function to resize bmesh elementsCampbell 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