tornavis/source/blender/bmesh/operators
Campbell Barton e8667421ed bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero. 2012-11-20 03:29:12 +00:00
..
bmo_bevel.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_connect.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_create.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_dissolve.c bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero. 2012-11-20 03:29:12 +00:00
bmo_dupe.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_edgesplit.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_extrude.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_hull.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_inset.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_join_triangles.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_mesh_conv.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_mirror.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_primitive.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_removedoubles.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_similar.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_slide.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_smooth_laplacian.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_subdivide.c bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero. 2012-11-20 03:29:12 +00:00
bmo_subdivide.h Fix #31139: fractal mesh subdivide was only working along normal where previously 2012-05-03 10:14:08 +00:00
bmo_symmetrize.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_triangulate.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_unsubdivide.c bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero. 2012-11-20 03:29:12 +00:00
bmo_utils.c use input and output slots for bmesh operators, needed for the python api to get return values. 2012-11-19 14:58:31 +00:00
bmo_wireframe.c fix for crash in wireframe tool with verts that only have one boundary edge (degenerate cases - edge with 3+ faces using it). 2012-11-20 00:33:11 +00:00