Search found 56 matches

by HeadLess
Sat Dec 30, 2023 7:29 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 60181

Re: CSF PLUGIN Top to bottom projection

ok so I was preparing the .bat "for %%f in (E:\LIDAR_JAPAN\MMS8_Prototype_3\DEM\00_Dem\*.txt) DO "C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -NO_TIMESTAMP -APPLY_TRANS flip_Z_matrix.txt -CSF -SCENES RELIEF -PROC_...
by HeadLess
Fri Dec 29, 2023 6:23 pm
Forum: Requests, new functionalities
Topic: command line Subsample a %
Replies: 5
Views: 13509

Re: command line Subsample a %

Hello, and Merry Xmas everyone. If Daniel comes back with full belly, then i put some pull request, under his tree. :) it will implement a suboption to fulfill this behaviour. will look something like this, if Daniel don't see anything wrong with it. -SS RANDOM PERCENT 65 https://github.com/CloudCom...
by HeadLess
Wed Dec 20, 2023 3:09 pm
Forum: Tips and tricks
Topic: Open PTS Ascii default as grey (also Command Line)
Replies: 4
Views: 20038

Re: Open PTS Ascii default as grey (also Command Line)

daniel wrote: Wed Dec 20, 2023 12:58 pm SKIP only skips the 2 first rows, isn't it?
Well i tought it was every second line based on the wiki. Maybe i misunderstod.

PS: I looked it up in the code it does skip only the first N lines, for me it was kind of misleading in the documentation.
by HeadLess
Wed Dec 20, 2023 9:41 am
Forum: Tips and tricks
Topic: Open PTS Ascii default as grey (also Command Line)
Replies: 4
Views: 20038

Re: Open PTS Ascii default as grey (also Command Line)

Hi, I have asked question by email about how to open some PTS Ascii files that I got with Grey option. In GUI it is available to select when open. Problem was how set up Command line for this. Admin answered to add header to files like this: //X Y Z Grey And it works flawless. Adding header is not ...
by HeadLess
Tue Dec 19, 2023 4:00 pm
Forum: Requests, new functionalities
Topic: command line, PREFIX options
Replies: 2
Views: 13931

Re: command line, PREFIX options

I added this to the TODO list (but you'll have to hope that a contributor is motivated by this feature request ;). Isn't it solved by the -RENAME_ENTITIES command, which i implemented 2 weeks ago? After loading the cloud(s) call the rename entities and then run the rest of your commands. If it is n...
by HeadLess
Fri Dec 15, 2023 8:57 am
Forum: Issues, bugs, etc.
Topic: risky behaviour of CLI hwen using -FEATURE
Replies: 8
Views: 31656

Re: risky behaviour of CLI hwen using -FEATURE

I've did a PR to CloudCompare git it should fix your problem as soon as it's merged, and built.

https://github.com/CloudCompare/CloudCompare/pull/1913
by HeadLess
Thu Dec 14, 2023 4:40 pm
Forum: Requests, new functionalities
Topic: [SOLVED] Load commands from file
Replies: 4
Views: 27816

Re: Load commands from file

I may be missunderstandig the issue but isn´t that what a .bat can do? like for %%f in (E:\path\*.las) DO "C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -NO_TIMESTAMP -PCV -180 -N_RAYS 512 -SAVE_CLOUDS yes but what happe...
by HeadLess
Wed Dec 13, 2023 4:44 pm
Forum: Requests, new functionalities
Topic: [SOLVED] Load commands from file
Replies: 4
Views: 27816

[SOLVED] Load commands from file

Hello Daniel Here is another issue i'm strugling a little bit and i would go for it and might do something about it, because our process flow would require so much rewrite without it. So my main issue i've run out of command line arguments. The easiest way would probably be a list of file to open be...
by HeadLess
Sat Dec 09, 2023 7:26 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CLI scan name overwrite
Replies: 7
Views: 48679

Re: CLI scan name overwrite

Dear Daniel thanks for your guidance,

I created a PR in github. https://github.com/CloudCompare/CloudCompare/pull/1903
i hope did not break any rules for contributing, and it is not a garbage. :) At least i tested with some cases, it works like i imagined. :)

Best Regards, Adam.
by HeadLess
Fri Dec 08, 2023 10:30 am
Forum: Requests, new functionalities
Topic: [SOLVED] CLI scan name overwrite
Replies: 7
Views: 48679

Re: CLI scan name overwrite

Well the issue is that a single file (.BIN or .E57) can contain multiple cloud... I guess it would be more an option like RENAME_CLOUD and you give the cloud index in addition the name. But anyway, the challenge will be to actually have the code developed (the TODO list is already huge, and we don'...