📋 Metadata
- Author: roaoao
- Date: 2020-06-23 20:26:36
- Type:
answer - Reply to: post_03373
- Replies (1): post_03380
💬 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