📋 Metadata

💬 Content

StroBlend:

Would it be possible to always open a popup at a chosen position relative to the 3D view screen ?

Yes, this is possible by moving mouse cursor:

a = find_by(C.screen.areas, "type", 'VIEW_3D'); a and C.window.cursor_warp(a.x + a.width, a.y + a.height); a and open_menu("Popup Dialog")

❤️ 1 likes


🔗 View on Blender Artists