Post #3373: I try to add use_mouse_over_open=True
📋 Metadata
- Author: vchia
- Date: 2020-06-22 17:50:53
- Type:
question - Quality Score: 5/10
- Reply to: post_01070
- Replies (1): post_03376
🏷️ Tags
pie-menu hotkeys intermediate unsolved
⚙️ Related PME Features
- Pie Menu Editor
- Python Scripting
💬 Content
I try to add use_mouse_over_open=True
to
L.menu(menu=‘VIEW3D_MT_add’, text=slot, icon=icon, icon_value=icon_value)
It doesn’t work. or is there a way to add the “add” menu into the pie without extra button? so it will show the whole menu when I open the pie menu?
bpy.ops.wm.call_menu(name=“VIEW3D_MT_add”)