From 56a2422efa53ddb42e190c29cc710c7cc7a7d5e5 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Mon, 2 Mar 2020 03:52:14 +0300 Subject: [PATCH] Misc. --- src/mod_converter/fbx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod_converter/fbx.cpp b/src/mod_converter/fbx.cpp index 0c14a1b..f7f8e70 100644 --- a/src/mod_converter/fbx.cpp +++ b/src/mod_converter/fbx.cpp @@ -241,6 +241,7 @@ void model::printFbx(const std::string &fn, AxisSystem as) const CreateScene(*this, fn, lSdkManager, lScene); ConvertScene(lScene, as); + //FbxSystemUnit::cm.ConvertScene(lScene); SaveScene(lSdkManager, lScene, (fn + ".fbx").c_str()); //SaveScene(lSdkManager, lScene, (fn + "_ue4.fbx").c_str());