Post #3527: : post_03529
🏷️ Tags
pie-menu hotkeys intermediate solved
⚙️ Related PME Features
- Pie Menu Editor
- Operator invocation
- Keymap configuration
- Modal editing
💬 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