UI_pie_menu_invoke: named menu "ORIGIN_MT_pivotmenu" not found #39
Labels
No Label
bug
duplicate
enhancement
help wanted
need info
not a bug
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: extensions/space_view3d_pie_menus#39
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Win10
Blender Version: 4.2.2
Add-on Version: 1.6.2
when trying to use Ctrl+ALT+X for the "set Origin" Pie menu nothing happens on screen followed by this in the console "UI_pie_menu_invoke: named menu "ORIGIN_MT_pivotmenu" not found"
Hmm, "ORIGIN_MT_pivotmenu" isn't a thing in the codebase anymore, so I feel like this might've been an error in the update process, and I'd expect it to work after restarting Blender. Can you check again?
it is kind of crazy . it works perfectly with Blender 4.2.1 at home, but in 4.2.2 at work i get this error . I don't have admin rights over there, maybe thats why ?
I checked this several times with Blender restarts ...
thx for your response btw.
Is there any chance you have an old version of the add-on installed alongside the latest version? Because if you're still getting this error mentioning
ORIGIN_MT_pivotmenu
then that's my best guess. For reference, that class was renamed in the code toPIE_MT_set_origin
in this commit, 2 months ago, which was v1.5.0 of the add-on.I'm sure the old version was removed before 1.6.2 was installed - I will double check this on monday at work ...
double check result : it simply does not work ... but : all other shortcuts except Crtl+Alt+X are working
What if you change the shortcut to something else?
Are you still getting the console error mentioned earlier, about
ORIGIN_MT_pivotmenu
?will try tomorrow at work ...
changing the shortcut works . after saving the settings and restarting Blender 4.2.2 it is back to Crtl+Alt+X and does not work ...
Can you search for "Ctrl Alt X" in your keymap editor like this:
And see if you get any potentially conflicting results? AFAIK, there shouldn't be anything other than this one entry from the add-on.
As for why the preferences aren't saving/loading correctly, I'm not too sure. Currently trying to figure that out in another task, but I can't reproduce the issue as it seems to work fine on my end.
today i found out that deleting the "viewport_pie_menus.txt" makes it possible to change the shortcut to "-" ... this works then, changing it back to "Crtl Alt X" brings back the error message ...
i will try the Keymap / Key-Binding search tomorrow at work .
thx a lot !
it looks like you found the error ! brilliant - THX !!!