Skip to content

Commit 430d507

Browse files
author
AJubrey
committed
[ADDED] comment
1 parent 1b0a7d4 commit 430d507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ private static int FindDCCVersion(string AppName)
497497
}
498498
else
499499
{
500+
//remove any letters in the string in a final attempt to extract an int from it (this will happen with MayaLT, for example)
500501
string AppNameCopy = AppName;
501502
string stringWithoutLetters = System.Text.RegularExpressions.Regex.Replace(AppNameCopy, "[^0-9]", "");
502503

0 commit comments

Comments
 (0)