📋 Metadata

💬 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


🔗 View on Blender Artists