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.
2 parents b84ddfb + 0868d2c commit 82e1ba7Copy full SHA for 82e1ba7
Assets/Integrations/Autodesk/maya/scripts/unityCommands.mel
@@ -154,6 +154,8 @@ proc importFile(string $filePathStr){
154
155
$fileNameWithoutExt = match("[^@]+", $fileNameWithoutExt);
156
}
157
+ $fileNameWithoutExt = formValidObjectName($fileNameWithoutExt);
158
+
159
$unityExportSet = `format -stringArg $fileNameWithoutExt $UnityExportSetNameFormat`;
160
161
string $origNamespace = `namespaceInfo -cur -an`;
0 commit comments