📋 Metadata
- Author: roaoao
- Date: 2019-01-25 16:36:16
- Type:
answer - Reply to: post_01886
💬 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