Post #1475:  by clicking on a button.
According to the input tab the code to make it show is:
wm.call_menu_pie with the name of the pie menu given as object.hair_tool_menuIs it possible to bind this command to a button in Pie Menu Editor so that my own pie menu gets replaced by the addon-specific one?
Yes, you can use that code in Command tab like this:
bpy.ops.wm.call_menu_pie(name="object.hair_tool_menu")
ā¤ļø 2 likes