Skip to content

Commit 5a58a47

Browse files
authored
fix export cancelled print statement wording
1 parent 5cf3dfc commit 5a58a47

File tree

1 file changed

+2
-2
lines changed
  • Assets/com.unity.formats.fbx/Editor/Integrations/Autodesk/maya/scripts

1 file changed

+2
-2
lines changed

Assets/com.unity.formats.fbx/Editor/Integrations/Autodesk/maya/scripts/unityCommands.mel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ proc unityExport(int $exportType){
718718
"Continue", "Cancel"
719719
)){
720720
// cancelled, don't export this fbx
721-
print ("Export to " + $exportFilePath + " cancelled");
721+
print ("Cancelled export to " + $exportFilePath);
722722
return;
723723
}
724724
}
@@ -754,4 +754,4 @@ global proc unityExportModel(){
754754
global proc unityExportModelAnim(){
755755
global int $UnityExportModelAnim;
756756
unityExport($UnityExportModelAnim);
757-
}
757+
}

0 commit comments

Comments
 (0)