Post #3705: One option is to disable use frame in the popup menu on the pie menu, it separat

πŸ“‹ Metadata

🏷️ Tags

popup-dialog pie-menu customization intermediate solved

  • Pie Menu Editor
  • Popup Dialog Editor
  • Python Scripting

πŸ’¬ Content

One option is to disable use frame in the popup menu on the pie menu, it separates each by the specific row but there is no overall frame.

image

imageimage558Γ—586 37.8 KB

The other option is a lot more cumbersome but it gives each popup menu a frame:

imageimage583Γ—547 36.6 KB

In the popup dialog that you’re using as container for the other popups you have to add the menus differently

go to the icon next to custom

image

Press draw popup dialog

image

Add the specific popup menu

image

you are gonna get draw_menu("Your menu")
you have to add in the brackets, frame=True: draw_menu("Your menu", frame=True)

imageimage718Γ—152 11.8 KB

and you should get the framed menus


❀️ 2 likes


πŸ”— View on Blender Artists