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
βοΈ Related PME Features
- Macro Editor
- Python Scripting
π¬ Content
hi!
Thank you for super cool addon, I really love this!
I tried to make macro.
- In Object mode, enter the Edit Mode(Edge select)
- 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!