📋 Metadata
- Author: Motiomancer
- Date: 2021-09-14 00:30:03
- Type:
answer - Reply to: post_04061
💬 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