Hi,
in Blender 2.80 a bunch of pie menus were integrated like the shading menu when you hold “z”.
Is there a way to customize these menus? I would like to add the “wireframe” option from the overlays menu to the “z” pie menu.
The easiest way would be to shelf out the very reasonable amount of money for PieMenuEditor.
Else have a look into the Python API. I didn’t have a look in 2.80 but it wasn’t that hard in 2.79.
All right, thank you very much. Could you tell me which Python file I can find the code in?
Just a sec. I’ll check.
Cool the template is still there. Look for ui_pie_menu.py in /2.8/scripts/templates_py
That should get you started.