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 @@ -2,7 +2,7 @@ global string $UnityExportSet = "UnityFbxExportSet";
2
2
global string $UnityFbxFilePathAttr = "unityFbxFilePath";
3
3
global string $UnityFbxFileNameAttr = "unityFbxFileName";
4
4
5
- global proc removeNativeMenuOnLoad (){
5
+ global proc unityRemoveNativeMenuOnLoad (){
6
6
$removeSendToUnityMenu = `optionVar -q "UnityFbxForMaya_removeSendToUnityMenu"`;
7
7
if($removeSendToUnityMenu && `menu -exists "sendToUnityMenu"`){
8
8
//Remove the GamePipeline 'SendToUnity' button
@@ -84,7 +84,7 @@ proc int loadUnityDependencies(){
84
84
$result = $result && `loadUnityPlugin ($plugin + "." + $ext)`;
85
85
}
86
86
87
- evalDeferred -low "removeNativeMenuOnLoad ";
87
+ evalDeferred -low "unityRemoveNativeMenuOnLoad ";
88
88
89
89
return $result;
90
90
}
You can’t perform that action at this time.
0 commit comments