📋 Metadata

💬 Content

Way2Close:

roaoao, Just wondering would it be possible to hold a hotkey (shift left mouse) and have a pie stay open so you could press multiple buttons? Just a thought :stuck_out_tongue: Oh and great work on the update.

No, but you can reopen the pie. Try this code in Custom tab:

lo = pme.context.last_operator; operator(L, "pme.exec", "Shift+LMB to Reopen", cmd="print('Hello world'); E.shift and (C.window.cursor_warp(%d, %d), open_menu('%s'))" % (E.mouse_x, E.mouse_y, lo.pie_menu_name))

You can replace print(‘Hello world’) with your command.


🔗 View on Blender Artists