Post #1852: Just use bpy.ops.mesh.loopcut().

📋 Metadata

🏷️ Tags

macro hotkeys intermediate

  • Macro Editor

💬 Content

Just use bpy.ops.mesh.loopcut().

bpy.ops.mesh.loopcut_slide() is a macro operator that executes bpy.ops.mesh.loopcut() and bpy.ops.transform.edge_slide() or vert_slide() depending on selection mode.

Or you can just set release confirms, then you get both behavior types.


❤️ 2 likes


🔗 View on Blender Artists