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());