Import/Part: [skip ci] restore some comments

This commit is contained in:
wmayer
2023-03-14 21:46:49 +01:00
committed by wwmayer
parent c1e6d516f4
commit 21d705ad4b
4 changed files with 9 additions and 2 deletions

View File

@@ -1175,8 +1175,11 @@ void ExportOCAF2::exportObjects(std::vector<App::DocumentObject*> &objs, const c
setName(label,nullptr,name);
}
if(FC_LOG_INSTANCE.isEnabled(FC_LOGLEVEL_LOG))
if(FC_LOG_INSTANCE.isEnabled(FC_LOGLEVEL_LOG)) {
dumpLabels(pDoc->Main(),aShapeTool,aColorTool);
}
// Update is not performed automatically anymore: https://tracker.dev.opencascade.org/view.php?id=28055
aShapeTool->UpdateAssemblies();
}