Post #3879: I think its a problem with another shift+x shortcut because they work for me.

📋 Metadata

🏷️ Tags

conflicts intermediate solved

  • Macro Editor
  • Hotkey Configuration

💬 Content

I think its a problem with another shift+x shortcut because they work for me.
Since you are using the collapse operation for edge and face you could try putting everything together in one command:

bpy.ops.mesh.merge(type='LAST') if C.scene.tool_settings.mesh_select_mode[0] else bpy.ops.mesh.merge(type='COLLAPSE')

❤️ 1 likes


🔗 View on Blender Artists