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-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...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
2012-10-20fix for BM_edge_other_loop() not working right (own error in recent commit), ...Campbell Barton
2012-10-20add BM_edge_find_double() and use in bmesh decimator to fix crash.Campbell Barton
2012-10-14Rip-fill mesh tool (option for rip operator)Campbell Barton
2012-10-13add support for ripping off a single face from a single vertex when the verte...Campbell Barton
2012-06-27Utility function to get the first loop of a vert. Behaves identical toAntony Riakiotakis
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-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-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-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
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-19BMesh utility functions, not used yet,Campbell 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-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-02-28more header re-arranging.Campbell Barton
2012-02-28bmesh: re-arrange headersCampbell Barton