Post #1737: ![](https://blenderartists.org/user_avatar/blenderartists.org/bd3d/48/900236_2.p

📋 Metadata

🏷️ Tags

pie-menu hotkeys advanced

  • Pie Menu Editor
  • Command tab
  • Python Scripting

💬 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