diff --git a/MMVII/src/Appli/MMVII_Cste.cpp b/MMVII/src/Appli/MMVII_Cste.cpp index e5ae03818a..bcdb315e5e 100755 --- a/MMVII/src/Appli/MMVII_Cste.cpp +++ b/MMVII/src/Appli/MMVII_Cste.cpp @@ -57,6 +57,7 @@ const std::string MMVIILocalParametersDir = "MMVII-LocalParameters" +Strin const std::map> MMVIISupportedFilesExt = { {eTA2007::FileImage,{".tif",".tiff",".jpg",".jpeg",".png",".cr2",".crw",".nef"}}, {eTA2007::FileCloud,{".ply"}}, + {eTA2007::Orient,{".xml",".json"}}, {eTA2007::File3DRegion,{".*"}} }; diff --git a/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp b/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp index 6d2ced4079..eef27d8e6c 100755 --- a/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp +++ b/MMVII/src/Appli/cMMVII_GenArgsSpec.cpp @@ -74,6 +74,7 @@ int cAppli_GenArgsSpec::Exe() aDesc += " \"DirBin2007\":\"" + DirBinMMVII() + "\",\n"; aDesc += " \"Bin2007\":\"" + FullBin() + "\",\n"; + aDesc += " \"MMVIIDirPhp\":\"" + MMVII_DirPhp + "\",\n"; aDesc += " \"MMVIIDirOrient\":\"" + MMVIIDirOrient + "\",\n"; aDesc += " \"MMVIIDirHomol\":\"" + MMVIIDirHomol + "\",\n"; aDesc += " \"MMVIIDirMeshDev\":\"" + MMVIIDirMeshDev + "\",\n";