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 5cf3dfc commit 5a58a47Copy full SHA for 5a58a47
Assets/com.unity.formats.fbx/Editor/Integrations/Autodesk/maya/scripts/unityCommands.mel
@@ -718,7 +718,7 @@ proc unityExport(int $exportType){
718
"Continue", "Cancel"
719
)){
720
// cancelled, don't export this fbx
721
- print ("Export to " + $exportFilePath + " cancelled");
+ print ("Cancelled export to " + $exportFilePath);
722
return;
723
}
724
@@ -754,4 +754,4 @@ global proc unityExportModel(){
754
global proc unityExportModelAnim(){
755
global int $UnityExportModelAnim;
756
unityExport($UnityExportModelAnim);
757
-}
+}
0 commit comments