Post #4964: Welcome to the Pie Menu Editor community! Just to clarify, are you looking to di

📋 Metadata

🏷️ Tags

pie-menu hotkeys configuration beginner solved

  • Pie Menu Editor
  • Custom Icons
  • Python Scripting
  • Hotkey Configuration

💬 Content

Welcome to the Pie Menu Editor community! Just to clarify, are you looking to directly call the PIE_MT_viewnumpad? If so, you can find this in Blender Preferences under Keymap. Search for ‘Pie Views Menu’ within 3D View Generic, where you’ll see the wm.call_menu_pie operator calling PIE_MT_viewnumpad. If you simply want to change the keymap, you can modify it here.

imageimage743×393 43.7 KB

If you’re aiming to call this menu in PME through any custom menu, you can use the following code in the command tab:
bpy.ops.wm.call_menu_pie(name="PIE_MT_viewnumpad")

Should you wish to recreate this Pie menu from scratch using PME, feel free to reach out to me again.


❤️ 1 likes


🔗 View on Blender Artists