Post #2860: Ma

📋 Metadata

🏷️ Tags

pie-menu custom-menus intermediate

  • 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


🔗 View on Blender Artists