File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/Integrations/Autodesk/maya/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ global string $unityFamilyLabel = "The UnityFbxForMaya plugin allows you to reli
11
11
global string $unityImportLabel = "Import FBX file from Unity Project and auto-configure for exporting";
12
12
global string $unityExportLabel = "Export Model to Unity";
13
13
14
- global string $removeOtherMenuString = "UnityFbxForMaya_RemoveOtherMenu ";
14
+ global string $removeSendToUnityMenuString = "UnityFbxForMaya_removeSendToUnityMenu ";
15
15
global string $unitySendToUnityMenuName = "sendToUnityMenu";
16
16
17
17
@@ -33,7 +33,7 @@ global proc unitySetupUI(){
33
33
34
34
evalDeferred -lowestPriority "buildFileMenu; \
35
35
\
36
- $removeOtherMenu = `optionVar -q $removeOtherMenuString `;\
36
+ $removeOtherMenu = `optionVar -q $removeSendToUnityMenuString `;\
37
37
if($removeOtherMenu){\
38
38
menu -e -visible false $unitySendToUnityMenuName;\
39
39
}\
You can’t perform that action at this time.
0 commit comments