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 100d59c commit 4a039e4Copy full SHA for 4a039e4
Assets/Integrations/Autodesk/max/scripts/UnityFbxForMaxPlugin.ms
@@ -272,7 +272,7 @@ struct UnityExportHelpers (
272
if expSetDummy != undefined and (isProperty expSetDummy "modelFilePath") and (isProperty expSetDummy "modelFileName") and
273
expSetDummy.unityData.modelFilePath != "" and expSetDummy.unityData.modelFileName != "" then
274
(
275
- exportFileName = expSetDummy.unityData.modelFilePath + "/" + expSetDummy.unityData.modelFileName
+ exportFileName = pathConfig.appendPath expSetDummy.unityData.modelFilePath expSetDummy.unityData.modelFileName
276
)
277
else(
278
unityProjectPath = getINISetting (GetMAXIniFile()) "Unity" "UnityProject"
0 commit comments