Page 1 of 1

Extension after compare

Posted: Tue Oct 18, 2022 8:47 am
by djinkster
Hi everyone!

I use command line mode. After compare cloud-cloud or cloud-mesh we usually have .bin extension for our new file. Can I get .ply or .obj file extension after compare? I tryed disable -AUTO_SAVE mode and use -SAVE_CLOUDS with FILE {path}/new_file.ply, but it doesn't work :)

Maybe I should use conversion? Can I get one example for command line mode?

Re: Extension after compare

Posted: Tue Oct 18, 2022 8:52 pm
by daniel
See the -M_EXPORT_FORMAT and -C_EXPORT_FORMAT options to choose the export file format for meshes and clouds.

Re: Extension after compare

Posted: Wed Oct 19, 2022 2:20 am
by djinkster
daniel wrote: Tue Oct 18, 2022 8:52 pm See the -M_EXPORT_FORMAT and -C_EXPORT_FORMAT options to choose the export file format for meshes and clouds.
omg, thanks Daniel. I don't now, why it didn't work before. My bad :)