📋 Metadata
- Author: bitinn
- Date: 2018-07-29 14:18:03
- Type:
question - Replies (1): post_01513
💬 Content
Hi there,
Another quick question, if there is already a built-in menu, for example, INFO_MT_add, can I somehow load it as a hover menu?
I only managed to get bpy.ops.wm.call_menu(name='INFO_MT_add') work, which of course open another menu instead of making it a submenu.
(It’s possible to re-create the menu in pie menu editor, but it will take quite a lot of time.)
Thx again.