How to reorder menus in the main window menu bar?

How to reorder menus in the main window menu bar?

Anonymous
Not applicable
307 Views
0 Replies
Message 1 of 1

How to reorder menus in the main window menu bar?

Anonymous
Not applicable
Custom menus can be created in the main menu bar with a command like:


import maya.cmds as cmds
cmds.menu(u"TestMenu", label=u"Test", parent=u"MayaWindow")


But this seems to always append the new menu at the far right, next to the "Help" menu. How can I place a custom menu between the "Create" and "Display" menus in the main Maya menu bar?
0 Likes
308 Views
0 Replies
Replies (0)