Hi,
I'm running the following script and having the -SILENT mode on crashes CC.
for /r %%f in (*.asc) do "B:\Program Files\CloudCompareStereo\cloudcompare.exe" -SILENT -o %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -FILTER_SF -3 3 -SF_COLOR_SCALE "F:\R&D\cloudcompare\color_scale.xml" -SF_CONVERT_TO_RGB FALSE -SAVE_CLOUDS
It works fine without the SILENT mode but I have about 1000 point-clouds too process...
Any ideas?
SILENT mode crashing
Re: SILENT mode crashing
Good catch! It was the new LAS plugin that was not meant to be used in SILENT mode yet ;)
I fixed this and updated the 2.10.alpha version online.
Thanks for the feedback!
I fixed this and updated the 2.10.alpha version online.
Thanks for the feedback!
Daniel, CloudCompare admin
Re: SILENT mode crashing
Thanks a lot Daniel,
I had to use an autoclick script to get my process going.
I had to use an autoclick script to get my process going.