tornavis/source/blender/bmesh/operators
Campbell Barton 9f2e845181 code cleanup: use BMW_begin insode for loops body. 2013-01-14 09:53:56 +00:00
..
bmo_bevel.c Add 'vertex_only' option to bevel tool. 2012-12-28 02:45:10 +00:00
bmo_connect.c bridge tool - simple optimization, break early if edge loop length comparisons are worse then existing best loop test. 2012-12-03 05:02:32 +00:00
bmo_create.c own cleanup commit in bmesh branch - removed last letters from ends of some comments. 2012-12-11 14:24:27 +00:00
bmo_dissolve.c code cleanup: use BMW_begin insode for loops body. 2013-01-14 09:53:56 +00:00
bmo_dupe.c fix [#33651] Spin tool destroys unselected loose vertex 2012-12-27 01:02:32 +00:00
bmo_edgesplit.c move edge split into its own function which can be called by the modifier without having to call a bmesh operator (gives some speedup). 2012-12-12 12:57:27 +00:00
bmo_extrude.c fix [#33651] Spin tool destroys unselected loose vertex 2012-12-27 01:02:32 +00:00
bmo_hull.c fix [#33029] Applying modifier leaks memory 2012-11-29 16:26:39 +00:00
bmo_inset.c fix [#33029] Applying modifier leaks memory 2012-11-29 16:26:39 +00:00
bmo_join_triangles.c own cleanup commit in bmesh branch - removed last letters from ends of some comments. 2012-12-11 14:24:27 +00:00
bmo_mesh_conv.c code cleanup: make bmesh operator names more consistant since python has access to these as input arguments and return values. 2012-11-20 05:50:19 +00:00
bmo_mirror.c bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_singleedge -> use_single_edge) 2012-11-28 00:16:06 +00:00
bmo_primitive.c fix [#33029] Applying modifier leaks memory 2012-11-29 16:26:39 +00:00
bmo_removedoubles.c code cleanup: use BMW_begin insode for loops body. 2013-01-14 09:53:56 +00:00
bmo_similar.c code cleanup: make bmesh operator names more consistant since python has access to these as input arguments and return values. 2012-11-20 05:50:19 +00:00
bmo_slide.c use clearer names for 'single' bmesh operator args & add '%e' to BMO_op_vinitf comments. 2012-11-27 09:41:08 +00:00
bmo_smooth_laplacian.c fix [#33677] Lambda is un-settable for mesh.vertices_smooth_laplacian 2012-12-28 11:12:46 +00:00
bmo_subdivide.c bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_singleedge -> use_single_edge) 2012-11-28 00:16:06 +00:00
bmo_subdivide.h bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_singleedge -> use_single_edge) 2012-11-28 00:16:06 +00:00
bmo_symmetrize.c Add symmetrize operator for dynamic-topology sculpt mode 2012-12-30 18:31:01 +00:00
bmo_triangulate.c fix for own mistake in recent changes to scanfill, bmo_triangle_fill_exec() (alt+f), was missing BLI_SCANFILL_CALC_HOLES argument. 2013-01-10 14:28:06 +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 revert part of r52720, Id rather leave these as-is, even if they give warnings under some configurations. 2012-12-03 08:11:04 +00:00
bmo_wireframe.c fix [#33029] Applying modifier leaks memory 2012-11-29 16:26:39 +00:00