Post #4063: In that case you could add more context to the mesh poll so it doesn’t conflict

📋 Metadata

🏷️ Tags

pie-menu conflicts intermediate

  • 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


🔗 View on Blender Artists