📋 Metadata

💬 Content

BD3D:

is it possible to do a F6 menu that is showing on the lower left corner of the screen with the pie menu ?

Yes, you can move the cursor using C.window.cursor_warp function and then call F6 menu (Command tab):

C.window.cursor_warp(10, 10); bpy.ops.screen.redo_last('INVOKE_DEFAULT', True)

🔗 View on Blender Artists