Post #3879: I think its a problem with another shift+x shortcut because they work for me.
📋 Metadata
- Author: Motiomancer
- Date: 2021-05-30 15:55:36
- Type:
answer - Quality Score: 7/10
- Reply to: post_03878
- Replies (1): post_03880
🏷️ Tags
⚙️ Related PME Features
- 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