Post #1163: oh

📋 Metadata

🏷️ Tags

popup-dialog hotkeys intermediate solved

  • Popup Dialog Editor
  • Stack Key Editor
  • Python Scripting
  • Command execution

💬 Content

ohsilentone:

is there a way to have a pop up dialogue box appear in a specific place rather than under the mouse?

Hi, yes, you can use Stack Key with one slot to move the mouse and open the popup:

C.window.cursor_warp(300, 200); open_menu("Popup Dialog")

Or use this code in pie’s slot (Command tab).


🔗 View on Blender Artists