Bug - merge in command line mode
Posted: Fri Feb 09, 2024 3:22 pm
It seems to me there is a bug in the current 2.13 beta (7. Feb).
When merging point clouds in the command line mode, the size increases, just as the number of points. But only the points of the first point cloud are visible. Same command in 2.12 and it works fine.
Command:
When merging point clouds in the command line mode, the size increases, just as the number of points. But only the points of the first point cloud are visible. Same command in 2.12 and it works fine.
Command:
Code: Select all
cloudcompare -SILENT -AUTO_SAVE OFF -C_EXPORT_FMT E57 -O "[pc1.e57]" -O "[pc2.e57]" -MERGE_CLOUDS -SAVE_CLOUDS FILE "path/to/merged_cloud.e57"