Post #4063: In that case you could add more context to the mesh poll so it doesn’t conflict
📋 Metadata
- Author: Motiomancer
- Date: 2021-09-14 00:30:03
- Type:
answer - Quality Score: 7/10
- Reply to: post_04061
🏷️ Tags
pie-menu conflicts intermediate
⚙️ Related PME Features
- Pie Menu Editor
- Hotkey Configuration
💬 Content
In that case you could add more context to the mesh poll so it doesn’t conflict with the non selection menu.
return C.active_object and C.active_object.type == 'MESH' and C.active_object in C.selected_objects
Now the problem with this option is that you have to add and C.active_object in C.selected_objects to every single other type
❤️ 1 likes