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

load PLY file can't load custom properties #385

Open
Xiaohei-Luo opened this issue Aug 1, 2024 · 0 comments
Open

load PLY file can't load custom properties #385

Xiaohei-Luo opened this issue Aug 1, 2024 · 0 comments

Comments

@Xiaohei-Luo
Copy link

After I run the tests/example_custom_mesh_attributes.py, i successfully added some properties that named "v_attr" 、“vp_attr”、“f_attr” in a new ply files. the compare of two ply files like below:
compare
However, After load this new ply file, I can't get those added properties when i use vertex_custom_scalar_attribute_array('v_attr'), i get an error:No valid per vertex scalar attribute named v_attr was found, and face_custom_scalar_attribute_array('f_attr')、vertex_custom_point_attribute_matrix('vp_attr') get the same error.

The same question #368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant