Page 1 of 1

-merge_clouds in silent mode

Posted: Tue Aug 29, 2017 12:24 pm
by CristinaMV
Hi!

I am writing a batch code to execute several CC commands, and I have a problem when executing -merge_clouds in silent mode. It works perfectly without this modifier, so I do not know what to do.

The sentence: "cloudcompare.exe -o " + file + " -merge_clouds" works but the sentence: "cloudcompare.exe -SILENT -o " + file + " -merge_clouds" do not.

Can anybody help me? Thanks in advance!

Re: -merge_clouds in silent mode

Posted: Tue Aug 29, 2017 5:26 pm
by daniel
This looks like a bug :D. I'll look at this asap. Thanks for the feedback.

Re: -merge_clouds in silent mode

Posted: Thu Aug 31, 2017 11:01 am
by CristinaMV
Ops! And the same happens with -APPLY_TRANS. It does not work in SILENT mode.

Thanks Daniel! Looking forward to get it! :)

Re: -merge_clouds in silent mode

Posted: Thu Aug 31, 2017 9:20 pm
by daniel
Hum, I can't reproduce the issue. Especially with these two functions...

What version are you using? And what file format?

Re: -merge_clouds in silent mode

Posted: Mon Sep 04, 2017 9:38 am
by CristinaMV
Hi Daniel,

I'm working with CC 2.9 beta stereo and with DP files. I'm executing an external process from a Visual Studio c# project.

Thanks!