Page 1 of 1

SILENT mode crashing

Posted: Wed Mar 28, 2018 4:28 am
by Fab_AMX
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?

Re: SILENT mode crashing

Posted: Fri Mar 30, 2018 2:20 pm
by daniel
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!

Re: SILENT mode crashing

Posted: Tue Apr 03, 2018 2:01 am
by Fab_AMX
Thanks a lot Daniel,

I had to use an autoclick script to get my process going.