Skip to content

Commit 8401895

Browse files
Alxiiceservantftransperfect
authored andcommitted
exportImages: load full sfm on the chunk where we export the sfm
1 parent 5fc948e commit 8401895

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/software/utils/main_exportImages.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,9 @@ int aliceVision_main(int argc, char* argv[])
446446
sfmDataIO::ESfMData::VIEWS |
447447
sfmDataIO::ESfMData::INTRINSICS |
448448
sfmDataIO::ESfMData::EXTRINSICS
449-
);
449+
);
450+
if (rangeStart == 0)
451+
flagsPart = sfmDataIO::ESfMData::ALL;
450452

451453
// Read the input SfM scene
452454
sfmData::SfMData inputSfmData;

0 commit comments

Comments
 (0)