Message 1 of 1
How to reorder menus in the main window menu bar?

Not applicable
02-03-2011
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Custom menus can be created in the main menu bar with a command like:
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?
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?