📋 Metadata
- Author: roaoao
- Date: 2020-08-20 00:16:17
- Type:
answer - Reply to: post_03521
- Replies (1): post_03529
💬 Content
youthatninja:
Now it shows settings in addon UI, but didn’t in ‘F9’ panel
Looks like a little bug here. Will fix in the next version.
Add , True here:
bpy.ops.mira.make_arc('INVOKE_DEFAULT', True)
Or remove 'INVOKE_DEFAULT' (when you use 1 operator in the editor PME adds 'INVOKE_DEFAULT', True automaticaly):
bpy.ops.mira.make_arc()
youthatninja:
How to create pie menu that works only in edit mode?
Do you mean mesh edit mode?
Select Mesh as a keymap.
❤️ 2 likes