File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Assets/FbxExporters/Integrations/Autodesk/max/scripts Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,7 @@ if unityMenu == undefined do
41
41
newUnityMenu.addItem previewAction - 1
42
42
newUnityMenu.addItem exportAction - 1
43
43
menuMan.updateMenuBar() -- update the menu bar
44
-
45
- print " heeyyyy"
46
44
)
47
45
)
48
- -- #preSystemShutdown
49
46
-- Make sure that Menu gets removed at shutdown, force menu to reload each time Max is opened
50
- callbacks.addScript #preSavingMenus (" menu = menuMan.findMenu \" Unity\" if menu != undefined then menuMan.unregisterMenu menu" )
51
-
52
- -- python.ExecuteFile "C:/Program Files/Autodesk/3ds Max 2017/scripts/Python/demoMenu.py"
53
- -- pathConfig.GetDir(#userStartupScripts) --where the startup scripts go
47
+ callbacks.addScript #preSavingMenus (" menu = menuMan.findMenu \" Unity\" if menu != undefined then menuMan.unregisterMenu menu" )
You can’t perform that action at this time.
0 commit comments