Skip to content

Commit

Permalink
Mesh: [skip ci] adjust MeshInput::supportedMeshFormats()
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 27, 2020
1 parent 58a9268 commit dd7afa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Mesh/App/Core/MeshIO.cpp
Expand Up @@ -144,6 +144,7 @@ std::vector<std::string> MeshInput::supportedMeshFormats()
fmt.emplace_back("bms");
fmt.emplace_back("ply");
fmt.emplace_back("stl");
fmt.emplace_back("ast");
fmt.emplace_back("obj");
fmt.emplace_back("off");
fmt.emplace_back("smf");
Expand Down

0 comments on commit dd7afa7

Please sign in to comment.