Post #2860:
Ma
📋 Metadata
- Author: roaoao
- Date: 2019-11-12 17:51:33
- Type:
answer - Quality Score: 8/10
- Reply to: post_02858
- Replies (1): post_02862
🏷️ Tags
pie-menu custom-menus intermediate
⚙️ Related PME Features
- Pie Menu Editor
- Custom tab scripting
- Regular menu integration
- Python scripting
💬 Content
MatsuikoHiroka:
i created pie menu and i want to use my custom regular menu as popup
Try this code in Custom tab:
menu = "My Regular Menu"; col = L.column(align=True); bpy.types.WM_OT_pme_user_pie_menu_call.draw_rm(prefs().pie_menus[menu], col)
❤️ 3 likes