SILENT mode crashing

If you are allergic to bug trackers, you can post here any remarks, issues and potential bugs you encounter
Post Reply
Fab_AMX
Posts: 3
Joined: Tue Mar 27, 2018 11:39 pm

SILENT mode crashing

Post 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?
daniel
Site Admin
Posts: 7709
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: SILENT mode crashing

Post 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!
Daniel, CloudCompare admin
Fab_AMX
Posts: 3
Joined: Tue Mar 27, 2018 11:39 pm

Re: SILENT mode crashing

Post by Fab_AMX »

Thanks a lot Daniel,

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