Post #1852: Just use bpy.ops.mesh.loopcut().
📋 Metadata
- Author: iceythe
- Date: 2019-01-17 00:51:29
- Type:
answer - Quality Score: 8/10
- Reply to: post_01851
- Replies (1): post_01853
🏷️ Tags
⚙️ Related PME Features
- 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