Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No vertex color with idtf export #42

Closed
ghost opened this issue Jan 6, 2021 · 3 comments
Closed

No vertex color with idtf export #42

ghost opened this issue Jan 6, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jan 6, 2021

Saving a mesh both with and without color to the idtf format results in the same file. Specifically,

ms.save_current_mesh('my_mesh.idtf')

and

ms.save_current_mesh('my_mesh.idtf', save_vertex_color=True)

result identical idtf files. The save_vertex_color parameter taken from the docs and the idtf files were compared with the Unix diff utility.

This behavior is in contrast to that of Meshlab where selecting Color in the Vert list while exporting a mesh as idtf results in a file with actual color information.

@ghost ghost mentioned this issue Jan 6, 2021
@alemuntoni alemuntoni added the bug Something isn't working label Jan 13, 2021
@alemuntoni
Copy link
Member

Thanks for reporting!

@alemuntoni
Copy link
Member

It has been solved with f5b6abc.
Will be available in pymeshlab 0.1.8 which will be released today!

@ghost
Copy link
Author

ghost commented Jan 14, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant