Post #4064: I think pme is executing both things too fast, so adding a ‘bumper’ translate op
📋 Metadata
- Author: Motiomancer
- Date: 2021-09-14 01:42:03
- Type:
answer - Quality Score: 7/10
- Reply to: post_04062
- Replies (1): post_04065
🏷️ Tags
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
I think pme is executing both things too fast, so adding a ‘bumper’ translate operator seems to work for me at least. It’s hacky but it does the job…
bpy.ops.object.mode_set(mode='EDIT'); bpy.ops.transform.translate('EXEC_DEFAULT', True); bpy.ops.mesh.bevel('INVOKE_DEFAULT', True)
❤️ 2 likes