Post #3376:
vc
📋 Metadata
- Author: roaoao
- Date: 2020-06-23 20:26:36
- Type:
answer - Quality Score: 8/10
- Reply to: post_03373
- Replies (1): post_03380
🏷️ Tags
pie-menu customization intermediate solved
⚙️ Related PME Features
- Pie Menu Editor
- Custom Python Scripting
- Layout Customization
💬 Content
vchia:
I try to add use_mouse_over_open=True
use_mouse_over_open=True works only in popup dialogs.
vchia:
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?
Try this code in Custom tab:
pme.layout = L.box().column(align=True); bpy.types.VIEW3D_MT_add.draw(pme, C)
❤️ 3 likes