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-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
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-09-24Mesh: added default UVs for Monkey, improved UVs for UV Sphere and Icosphere.Peter Lu
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-22Correct mistake comparing verticesCampbell Barton