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 6874ce6 commit 257557bCopy full SHA for 257557b
Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs
@@ -265,9 +265,8 @@ public void TestGetDCCOptions()
265
}
266
267
[Test]
268
- public void FindDCCInstallsTest1()
+ public void VendorLocationInstallationTest1()
269
{
270
-
271
/*
272
* different directory roots denoted by ' (eg.) (maya 2017 in rootDir1) = a (maya 2017 in rootDir2) = a'
273
* a (maya2017)
@@ -278,7 +277,7 @@ public void FindDCCInstallsTest1()
278
277
* f (3dsmax2018)
279
*/
280
281
- // case 1.1: VI=a ML=b', result=2
+ // case 1.1: VI=a ML=b' result=2
282
// case 1.2: VL=a ML=d' result=2
283
// case 1.3: VL=c ML=b' result=2
284
// case 1.4: VL=c ML=d' result=2
0 commit comments