Post #3714: hi!

πŸ“‹ Metadata

  • Author: you16_0823
  • Date: 2020-12-31 06:35:09
  • Type: question
  • Quality Score: 7/10
  • Replies (1): post_03723

🏷️ Tags

macro python-scripting intermediate unsolved

  • Macro Editor
  • Python Scripting

πŸ’¬ 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