Skip to content

Commit 8f058f1

Browse files
committed
remove unused + commented out code
1 parent 22c5eeb commit 8f058f1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Assets/FbxExporters/Integrations/Autodesk/max/scripts/unityOneClickPlugin.ms

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@ if unityMenu == undefined do
4141
newUnityMenu.addItem previewAction -1
4242
newUnityMenu.addItem exportAction -1
4343
menuMan.updateMenuBar() --update the menu bar
44-
45-
print "heeyyyy"
4644
)
4745
)
48-
--#preSystemShutdown
4946
-- 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")

0 commit comments

Comments
 (0)