Post #4064: I think pme is executing both things too fast, so adding a ‘bumper’ translate op

📋 Metadata

🏷️ Tags

macro advanced solved

  • 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


🔗 View on Blender Artists