Notifications
Clear all

[Closed] Add a menu to the Unwrap Mod

Hi

I know that with MenuMan that you can add menus to the main tool bar and from what i can see add them to any other menu but you need to know the name of the toolbar so i guess my question is, what the name of the unwarp tool bar menu? Or if im looking at it the wrong way how should add a menu to this menu bar?

cheers

4 Replies
1 Reply
(@denist)
Joined: 2 years ago

Posts: 0

if you use English version it’s


-- from
menuMan.findMenu "UVW Unwrap - UVW File"  [i]-- ... Edit, Select, Tools, Mapping, Options, Display[/i]
-- to
menuMan.findMenu "UVW Unwrap - UVW View"

cheers i shall try that soon

out of curiosity how did you find the name of the menu?

1 Reply
(@denist)
Joined: 2 years ago

Posts: 0

for k=1 to menuMan.numMenus() do print ((menuMan.getMenu k).getTitle())

ah nice
cheers