Post #3724: ![](https://blenderartists.org/user_avatar/blenderartists.org/motiomancer/48/874

๐Ÿ“‹ Metadata

  • Author: you16_0823
  • Date: 2021-01-01 07:09:44
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_03723

๐Ÿท๏ธ Tags

macro hotkeys intermediate solved

  • Macro Editor
  • Python Scripting

๐Ÿ’ฌ Content

Motiomancer:

'INVOKE_DEFAULT', True

Wow!!!
Thank you so much!
Maybe itโ€™s easy question for others but I havenโ€™t see how to do that for a while.
I canโ€™t say how much you helped me. Thank you again!

Finally I editted your command so that loop cut slide work more as expected.

bpy.ops.object.mode_set(mode='EDIT'); bpy.ops.mesh.loopcut_slide('INVOKE_DEFAULT', True, TRANSFORM_OT_edge_slide={'release_confirm': False})

Now I guess I can implement quick trigger in object mode for other operations like bevel, knife, subdivide, and so on!


โค๏ธ 1 likes


๐Ÿ”— View on Blender Artists