📋 Metadata
- Author: roaoao
- Date: 2018-12-08 18:40:09
- Type:
answer - Reply to: post_01735
- Replies (1): post_01743
💬 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)