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
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-23BMesh API: optimize BM_edge_exists().Campbell Barton
2013-12-23BMesh API: make simple, low level functions inlineCampbell Barton
2013-12-14BMesh API: optionally pass fallback to BM_edge_calc_face_angle functionsCampbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-08-19fix [#36481] When "Rip Edge" cannot be completed, Blender crashes weirdlyCampbell Barton
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-17bmesh api internal changesCampbell Barton
2013-08-16new bmesh queries BM_face_exists_overlap, BM_face_exists_overlap_subsetCampbell Barton
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-08-03code cleanup: bmesh use 'const' for query functions.Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-07-29bmesh optimization (noted as todo), avoid recalculating normal every time BM_...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-24dyn-topo: maintain materials for new faces.Campbell Barton
2013-07-22old todo, rotate around individual origins now supports connected face/edge i...Campbell Barton
2013-07-22add support for BM_mesh_calc_face_groups to use vertex connectivity (not curr...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-09minor improvementsCampbell Barton
2013-07-08fix/improve normal calculation, noticed when checking on the previous bugfix.Campbell Barton
2013-05-23Support for bridge tool subdivisions, smoothing and shape along the profile.Campbell Barton
2013-05-14bmesh api: add 'is_boundary' attribute to verts.Campbell Barton
2013-05-07expose bmesh volume calculation to python api (use for print toolbox addon).Campbell Barton
2013-04-19fix for incorrect edge slide interpolation at loop endpoings with ngons.Campbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...Campbell Barton
2013-04-04py api, bmeshCampbell Barton
2013-03-26misc minor changesCampbell Barton
2013-03-16fix for crash when using BM_face_calc_tessellation(), its not ensured that al...Campbell Barton
2013-03-15fix for own bad mistake using alloca in a loop, also knife project wasnt sele...Campbell Barton
2013-03-13fix for minor glitch in recent addition to create faces from partial selections.Campbell Barton
2013-03-13fix for crash with laplacian smooth when unselected ngons were used, volume c...Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-03-08fix null pointer dereference in BM_edge_is_contiguous() (own code).Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-04add BM_edge_is_contiguous(), check for python api.Campbell Barton
2013-02-03fix BM_loop_calc_face_tangent for concave face corners, caused a bug in wire-...Campbell Barton
2013-02-03fix [#34073] Combined EdgeLoop slides weirdly on even tryCampbell Barton
2013-01-29Correct fix for r54164, the testcase I was using worked but different edge sl...Campbell Barton
2013-01-14optimize BM_face_exists(), was doing a lot of redundant checks.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-30Add BM_edge_calc_squared_length() query functionNicholas Bishop
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton