Message 1 of 2
Create a new Menu set

Not applicable
06-02-2021
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am new to Maya.
I have experience in programming in CAD software that has object oriented design.
In Maya, I need to create a new Item in the Menu Bar using .NET . After surfing the internet I understand that what require is a new menu set. From the internet I found that the menu set item creation logic should go inside 'Initialize' function and same item destroyed in "Uninitialize" function. In other softwares, I have application object to start from.
But I don't know where to start in Maya.
Any help would be appreciated.