Search found 3 matches

by Julien
Tue May 18, 2021 3:45 pm
Forum: Questions
Topic: RENAME_SF - Rename scalarfield
Replies: 4
Views: 841

Re: RENAME_SF - Rename scalarfield

Ok !
Merci Daniel ! Thanks !

I made a little java app to read the binary ply file and change the header.
I'm gonna test this soon.

Thanks for your answer !
by Julien
Tue May 18, 2021 1:05 pm
Forum: Questions
Topic: RENAME_SF - Rename scalarfield
Replies: 4
Views: 841

Re: RENAME_SF - Rename scalarfield

Hello Daniel, It's not the filename but really the name of the scalar field in it. (Sorry for the mistake in the first thread... the field is rename in the ply file, but keeps the "scalar_" prefix) Lets see the following header : ply format binary_little_endian 1.0 comment Created by Cloud...
by Julien
Tue May 18, 2021 9:17 am
Forum: Questions
Topic: RENAME_SF - Rename scalarfield
Replies: 4
Views: 841

RENAME_SF - Rename scalarfield

Hello, I'm trying to rename a scalarfield in a PLY from scalar_quality to quality ( so that I can then open the PLY in MeshLabs, and apply quality filters). I just replaced v2.11 by the 2.12 alpha to be able to use RENAME_SF but it only rename a part of the filename : The following command rename my...