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-14BMesh: match BM_vert_find_first_loop with iterator logicCampbell 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: replace iterator with BM_face_vert_share_loopCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-12BMesh: Minor improvement to face-joinCampbell Barton
2016-11-07BMesh: remove redundant array sizeCampbell Barton
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-05-04Fix error in BM_face_exists_overlap_subsetCampbell Barton
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2015-12-27BMesh: BM_loop_share_edge_check utility funcCampbell Barton
2015-12-24BMesh: BM_verts_from_edges utility functionCampbell Barton
2015-12-23Add BM_vert_edge_pair utility functionCampbell Barton
2015-12-23Fix error in BM_vert_is_edge_pairCampbell Barton
2015-12-17BMesh: add BM_face_share_vert_check/countCampbell Barton
2015-11-28BMesh: pass loops instead of edges/verts to filter funcsCampbell Barton
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-09-20Cleanup: warning, styleCampbell Barton
2015-06-24Fix edge/vert slide UV-correct & zero length edgesCampbell Barton
2015-05-28BMesh: correct flag check (own mistake)Campbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-19BMesh: add BM_edge_pair_share_face_by_lenCampbell Barton
2015-05-16BMesh: add UV delimit for select-linked, dissolveCampbell Barton
2015-05-06Correct own error: is_manifold_region on wire vertCampbell Barton
2015-05-05BMesh: improve rip tool /w mon-manifold vertsCampbell Barton
2015-05-02Cleanup: redundant varsCampbell Barton
2015-05-02BMesh: rework BM_vert_is_manifold (simplify logic)Campbell Barton
2015-05-02BMesh: replace radial count with simple checksCampbell Barton
2015-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2015-04-26BMesh: use const for API callsCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-04-14BMesh: optimize BM_face_existsCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2015-03-16Correct assertCampbell Barton
2015-03-06BMesh: Add extended BM_vert_calc_edge_angle that takes a fallback valueCampbell Barton
2015-03-02BMesh: BM_loop/edge_point_side_of_loop_testCampbell Barton
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-01cleanup: use constCampbell Barton
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-21BMesh: check for loop side-of-loop & side-of-edgeCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-13BMesh: shrink/fatten faces-normals in face modeCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-06Dyntopo: minor speedup collapsing edgesCampbell Barton
2014-07-17BMesh: Add BM_vert_pair_share_face_checkCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-27BMesh: add BM_vert_is_edge_pair(), faster then checking (BM_vert_edge_count(v...Campbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton