Skip to content

Commit 83d0ae9

Browse files
author
Roberto De Ioris
committed
fixed fbx import in 4.20
1 parent 31e8dfd commit 83d0ae9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/PythonConsole/Private/PyFbxFactory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ UObject * UPyFbxFactory::FactoryCreateFile(UClass* InClass, UObject* InParent, F
2828
{
2929
#if ENGINE_MINOR_VERSION >= 20
3030
FbxMeshUtils::SetImportOption(ImportUI);
31+
// ensure auto-detect is skipped
32+
bDetectImportTypeOnImport = false;
3133
#endif
3234
return Super::FactoryCreateFile(InClass, InParent, InName, Flags, Filename, Parms, Warn, bOutOperationCanceled);
3335
}

0 commit comments

Comments
 (0)