Post #4045: You’re right, didn’t notice that the default settings have confirm on release tu

📋 Metadata

🏷️ Tags

macro hotkeys advanced solved

  • 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


🔗 View on Blender Artists