📋 Metadata

💬 Content

hi!
Thank you for super cool addon, I really love this!

I tried to make macro.

  1. In Object mode, enter the Edit Mode(Edge select)
  2. Loop cut slide operation
    bpy.ops.mesh.loopcut_slide('EXEC_DEFAULT', True)

I read that adding ('EXEC_DEFAULT', True) makes context check skipped in this thread. But when I use ('EXEC_DEFAULT', True) for loop cut, loop cut operation doesn’t work well.
Do you have any idea about this?

Thanks!


🔗 View on Blender Artists