Post #1887: ![](https://blenderartists.org/user_avatar/blenderartists.org/wilbr/48/810837_2.

📋 Metadata

  • Author: roaoao
  • Date: 2019-01-25 16:36:16
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_01886

🏷️ Tags

pie-menu hotkeys intermediate

  • Pie Menu Editor
  • Confirm on Release option
  • Custom tab with Python scripting
  • Menu drawing capabilities

💬 Content

wilBr:

I need to call pie menu only if ‘press’ and immediate release

Yes, I understand. But why you need that release event?
PME has Confirm on Release option for pie menus. Have you tried to turn it off?

wilBr:

Yes, but for ‘DRAW’ not ‘CALL’ menu.
like the ‘expand popup dialog’, but for blender standard menus.

You can draw them it in Custom tab:

obj = lambda: None; obj.layout = L.box().column(align=True); bpy.types.VIEW3D_MT_edit_mesh_specials.draw(obj, C)

How to copy menu class name to the clipboard.


❤️ 2 likes


🔗 View on Blender Artists