Post #2191: ![](https://blenderartists.org/user_avatar/blenderartists.org/pinhead/48/528486_

📋 Metadata

  • Author: roaoao
  • Date: 2019-04-17 22:15:28
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_02189

🏷️ Tags

pie-menu configuration intermediate solved

  • Pie Menu Editor
  • Keymap configuration
  • Poll methods
  • Modal keymap

💬 Content

Pinhead:

ok i now have 1 pie menu in object mode, second in edit mode. Also i have pie menu for lattice. And now when i select lattice object i have meny for ‘object mode”.

it is possible to have pie menus for mesh, object, lattice, curve ect…?

For mesh objects (object mode) you can use Obect non-modal keymap with this poll method:

return C.object and C.object.type in ('MESH',)

For mesh edit mode use Mesh keymap.


🔗 View on Blender Artists