Skip to content

Commit

Permalink
clf
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Sep 28, 2024
1 parent 2b1b1e3 commit d089d49
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions application/F3DStarter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1045,13 +1045,14 @@ void F3DStarter::LoadFile(int index, bool relativeIndex)
// if (loader.hasSceneReader(filePath.string()) &&
// !this->Internals->AppOptions.GeometryOnly &&
// !this->Internals->AppOptions.GroupGeometries)
/* if (false)
{
// TODO
loader.add(this->Internals->FilesList);
this->Internals->LoadedFile = true;
}
else*/ if (loader.supported(filePath))
/* if (false)
{
// TODO
loader.add(this->Internals->FilesList);
this->Internals->LoadedFile = true;
}
else*/
if (loader.supported(filePath))
{
loader.clear();
// TODO try/catch for better error reporting
Expand Down

0 comments on commit d089d49

Please sign in to comment.