Notifications
Clear all
[Closed] Load custom toolbars (.cuix), quads and menus (.mnux) ??
Oct 27, 2016 10:15 am
Hello,
Could someone tell me what command can I use to load a custom toolbar file (.cuix), quad and menu file (.mnux)
I already know the command to load the keyboard file (.kbdx):
actionMan.loadKeyboardFile “C:\3dsMax\MyUIs\myKeyboard.kbdx”
I have all the files at this loaction:
C:\3dsMax\MyUIs\myKeyboard.kbdx
C:\3dsMax\MyUIs\myQuadAndMenu.mnux
C:\3dsMax\MyUIs\myToolbar.cuix
Thanks
3 Replies
Oct 27, 2016 10:15 am
cui.loadConfig <filename_string>
menuMan.loadMenuFile "MaxModelingMenu.mnu"
Oct 27, 2016 10:15 am
Thank you Kostadin, (you’re always here to help me I guess ) I’ve found the command:
maxOps.loadCUIFile “myQuadAndMenu.mnux”
maxOps.loadCUIFile “myToolbar.cuix”
maxOps.loadCUIFile “myKeyboard.kbdx”
It seems it works on all the UI files