Skip to content

Commit 3f361ae

Browse files
committed
MMVII: GenArgsSpec: add some information in spec file
1 parent b1cff61 commit 3f361ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MMVII/src/Appli/MMVII_Cste.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const std::string MMVIILocalParametersDir = "MMVII-LocalParameters" +Strin
5757
const std::map<eTA2007,std::vector<std::string>> MMVIISupportedFilesExt = {
5858
{eTA2007::FileImage,{".tif",".tiff",".jpg",".jpeg",".png",".cr2",".crw",".nef"}},
5959
{eTA2007::FileCloud,{".ply"}},
60+
{eTA2007::Orient,{".xml",".json"}},
6061
{eTA2007::File3DRegion,{".*"}}
6162
};
6263

MMVII/src/Appli/cMMVII_GenArgsSpec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ int cAppli_GenArgsSpec::Exe()
7474
aDesc += " \"DirBin2007\":\"" + DirBinMMVII() + "\",\n";
7575
aDesc += " \"Bin2007\":\"" + FullBin() + "\",\n";
7676

77+
aDesc += " \"MMVIIDirPhp\":\"" + MMVII_DirPhp + "\",\n";
7778
aDesc += " \"MMVIIDirOrient\":\"" + MMVIIDirOrient + "\",\n";
7879
aDesc += " \"MMVIIDirHomol\":\"" + MMVIIDirHomol + "\",\n";
7980
aDesc += " \"MMVIIDirMeshDev\":\"" + MMVIIDirMeshDev + "\",\n";

0 commit comments

Comments
 (0)