Assigning shortcut to UV editor pivot point menu (Blender 2.8)

Hi;

I’m trying to assign a shortcut menu to pivot point menu of the UV editor in 2.8, but have been unsuccessful in all my attempts so far :frowning:

The assignment works for other menus but not this one (I’m using “PT” to call panels and such)

wm.call_menu

IMAGE_PT_pivot_point or IMAGE_PT_uvs_pivot_point

I’m pretty much stumped at this point, any help would be wildly appreciated.

Thanx in advance;

AJ

Isn’t already there with the the “.” shortcut?

If it’s what you are asking for, then it’s

wm.call_menu_pie

IMAGE_MT_pivot_pie

But as I told you it’s already there.
uvpivotpie

Thank you for your reply. Well, over time I got used to working using straight menus other than pie menus, hence the reason why I’m trying to assign a shortcut to the pivot menu. I was able to do so in 3Dview but just can’t do it in the UV editor.

Clear.
If I’ve understood correctly, it should be this:

wm.context_menu_enum

space_data.pivot_point

Awriight!!! Thanx a mil LazyVirus. That solved it! Marking this is solution.

Cheers man :slight_smile:

AJ