We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ef5fc commit 9bc64b1Copy full SHA for 9bc64b1
Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel
@@ -22,8 +22,8 @@ global proc string unityWhatsNewVersion(){
22
23
global proc unitySetupUI(){
24
25
-global string $removeOtherMenuString;
26
-global string $unitySendToUnityMenuName;
+ global string $removeOtherMenuString;
+ global string $unitySendToUnityMenuName;
27
28
$isHeadless = `optionVar -q "UnityFbxForMaya_Headless"`;
29
if($isHeadless){
0 commit comments