Post #4045: You’re right, didn’t notice that the default settings have confirm on release tu
📋 Metadata
- Author: Motiomancer
- Date: 2021-09-04 13:54:10
- Type:
answer - Quality Score: 7/10
- Reply to: post_04043
- Replies (1): post_04062
🏷️ Tags
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
You’re right, didn’t notice that the default settings have confirm on release turned on
try this one:
bpy.ops.object.mode_set(mode='EDIT'); bpy.ops.mesh.loopcut_slide('INVOKE_DEFAULT', True, TRANSFORM_OT_edge_slide={'release_confirm': False})
❤️ 1 likes