Post #3373: I try to add use_mouse_over_open=True

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate unsolved

  • 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”)


🔗 View on Blender Artists