Search found 3 matches

by Ashura
Mon Apr 25, 2022 10:08 pm
Forum: Questions
Topic: Command Line Issue with Saving
Replies: 1
Views: 710

Command Line Issue with Saving

A bit of background - I've been running the CloudCompare app on the mac through the command line, and was able to it to work before. However, for some reason, it is no longer running properly and I don't even think I changed any parameters. What happens regardless of if it the -SILENT arg is set or ...
by Ashura
Sun Sep 26, 2021 9:59 pm
Forum: Questions
Topic: Run batch terminal/command line
Replies: 4
Views: 1449

Re: Run batch terminal/command line

Thanks for the reply - the -SILENT command had worked perfectly, in regards to the batch script it seemed it wasn't waiting for the previous command to finish before calling the next one which was causing issues. Adding in a sleep command to my batch conversion script helped solve the issue.
by Ashura
Tue Sep 21, 2021 12:39 am
Forum: Questions
Topic: Run batch terminal/command line
Replies: 4
Views: 1449

Run batch terminal/command line

I've been trying to convert a large number of ASCII PLY files into Binary PLY files. I've managed to get the terminal command to work properly - open -a CloudCompare.app --args -O /$file -C_EXPORT_FMT PLY -PLY_EXPORT_FMT BINARY_BE -AUTO_SAVE ON -NO_TIMESTAMP -SAVE_CLOUDS -CLEAR However, when I try t...