📋 Metadata
- Author: roaoao
- Date: 2019-01-05 01:21:16
- Type:
answer - Reply to: post_01810
💬 Content
JoseConseco:
bpy.ops.mesh.loop_multi_select(ring=True); bpy.ops.mesh.select_nth(); bpy.ops.mesh.loop_multi_select(ring=False); bpy.ops.mesh.delete_edgeloop()
Try to add undo positional argument - True, which adds a new undo/redo step:
... bpy.ops.mesh.delete_edgeloop(True)