Search found 5 matches

by Zizelind
Sun May 10, 2026 4:07 pm
Forum: Coffee place
Topic: Using CloudCompare with Visual Studio
Replies: 2
Views: 59289

Re: Using CloudCompare with Visual Studio

Welcome to the club! CloudCompare is a beast once you get the hang of it. If you’re looking to automate things from Visual Studio, the Command Line Interface (CLI) is definitely the most straightforward path. I’ve done this by using System.Diagnostics.Process in C# (or CreateProcess in C++) to call ...
by Zizelind
Tue Apr 22, 2025 2:12 pm
Forum: 3DMASC
Topic: Dataset FREHEL/AIN las 1.4
Replies: 3
Views: 41839

Re: Dataset FREHEL/AIN las 1.4

Yeah, you're right, LAS 1.2 doesn't support NIR, so if you're relying on that for 3DMASC, it's a bit of a roadblock. I ran into something similar before and had to either look for LAS 1.4 files elsewhere or convert my own using tools like LASTools, assuming the raw data had NIR to begin with. Might ...
by Zizelind
Tue Apr 22, 2025 2:08 pm
Forum: Questions
Topic: Assembling objects in CloudCompare
Replies: 4
Views: 9718

Re: Assembling objects in CloudCompare

Yeah, I’ve done something similar with CloudCompare when working on scanned mechanical parts. You can definitely move and rotate separate pieces, but it’s a bit clunky. I had to import each part individually, then use the Translate/Rotate tool (it’s that little cube with arrows) to position ...
by Zizelind
Tue Apr 22, 2025 2:06 pm
Forum: Issues, bugs, etc.
Topic: Cannot Open / Save Files MacOs
Replies: 17
Views: 83945

Re: Cannot Open / Save Files MacOs

Had the same issue after the update. What worked for me was giving CloudCompare full disk access in System Settings > Privacy & Security. Restarted the app after that and it could open/save files again. Worth a shot.
by Zizelind
Wed Apr 02, 2025 8:07 am
Forum: Plugins
Topic: Animation Plugin creates invalid video
Replies: 2
Views: 48894

Re: Animation Plugin creates invalid video

I ran into a similar issue a while ago when I was trying to animate a character model for a project. The exported SWF files looked fine when previewed in-browser or VLC, but totally broke when I tried editing them in Premiere. Artifacts, audio desync, or just flat out refusal to open. What finally ...