📋 Metadata

💬 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