File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Assets/Integrations/Autodesk/maya/scripts Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ global string $unityImportMenuName = "Import";
17
17
global string $unityExportMenuName = "Export";
18
18
global string $unityImportCommand = "unityImport";
19
19
global string $unityExportCommand = "unityExport";
20
- global string $unityRemoveSendToUnityMenuOption = "UnityFbxForMaya_removeSendToUnityMenu";
21
- global string $unitySendToUnityMenuName = "sendToUnityMenu";
22
20
23
21
global proc string unityWhatsNewVersion(){
24
22
return `about -q -version`;
@@ -64,9 +62,6 @@ global proc unityInstallUI(){
64
62
global string $unityImportCommand;
65
63
global string $unityExportCommand;
66
64
67
- global string $unityRemoveSendToUnityMenuOption;
68
- global string $unitySendToUnityMenuName;
69
-
70
65
global string $gMainFileMenu;
71
66
72
67
// update family label with version
You can’t perform that action at this time.
0 commit comments