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
2012-07-17code cleanup: spellingCampbell Barton
2012-07-09code cleanupCampbell Barton
2012-06-27Fix for #31581, UVs shrink on edge slide.Antony Riakiotakis
2012-06-27Utility function to get the first loop of a vert. Behaves identical toAntony Riakiotakis
2012-06-11quiet warningCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-22use faces longest edge when orienting the manipulator to the active faceCampbell Barton
2012-05-22Add new BMesh length query functions.Nicholas Bishop
2012-05-21fix for error pointed out by Nicholas Bishop, BM_edge_face_pair & BM_edge_loo...Campbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-20knife tool alpha values where being set to zero (intersection points weren't ...Campbell Barton
2012-04-20bmesh: improve rip toolCampbell Barton
2012-04-19bmesh inset: add depth option (make use of relative and even offset options)Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-18code cleanup: replace use of BM_edge_face_count with BM_edge_is_manifold and ...Campbell Barton
2012-04-18fix error in last commit. Misunderstood BM_vert_is_manifold(), added some com...Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht Van Lommel
2012-03-25bmesh inset: another small improvement - use the shared edge vector rather th...Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-19BMesh utility functions, not used yet,Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-12bmesh: edge loop selectCampbell Barton
2012-03-12Fix edge loop selection. Now boundary selection checks only for filled edges ...Antony Riakiotakis
2012-03-11bmesh python api additions:Campbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-04* rename BM_face_other_loop --> BM_face_other_edge_loopCampbell Barton
2012-03-04switch arg order for BM_face_other_* funcs (make face come first), and add ni...Campbell Barton
2012-03-03bmesh edge rotateCampbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell Barton
2012-03-01fast-path for BM_edge_is_manifold, BM_edge_is_boundary functions.Campbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28Code CleanupCampbell Barton
2012-02-28Code Cleanup: bmeshCampbell Barton
2012-02-28fix [#30374] Can't Fill Triangular FaceCampbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanupCampbell Barton