Skip to content

Commit c086713

Browse files
author
AJubrey
committed
[FIXED] a name i missed
1 parent 9bc64b1 commit c086713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ global string $unityFamilyLabel = "The UnityFbxForMaya plugin allows you to reli
1111
global string $unityImportLabel = "Import FBX file from Unity Project and auto-configure for exporting";
1212
global string $unityExportLabel = "Export Model to Unity";
1313

14-
global string $removeOtherMenuString = "UnityFbxForMaya_RemoveOtherMenu";
14+
global string $removeSendToUnityMenuString = "UnityFbxForMaya_removeSendToUnityMenu";
1515
global string $unitySendToUnityMenuName = "sendToUnityMenu";
1616

1717

@@ -33,7 +33,7 @@ global proc unitySetupUI(){
3333

3434
evalDeferred -lowestPriority "buildFileMenu; \
3535
\
36-
$removeOtherMenu = `optionVar -q $removeOtherMenuString`;\
36+
$removeOtherMenu = `optionVar -q $removeSendToUnityMenuString`;\
3737
if($removeOtherMenu){\
3838
menu -e -visible false $unitySendToUnityMenuName;\
3939
}\

0 commit comments

Comments
 (0)