cnr-isti-vclab / PyMeshLab

The open source mesh processing python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting the list of existing custom arrays

marcomusy opened this issue · comments

Hello, I can add and retrieve custom created arrays of scalars (or vectors).

How do I get the list of current existing custom arrays for both vertices and faces?

Thanks

There are the functions in the Mesh class for that (e.g. https://pymeshlab.readthedocs.io/en/latest/classes/mesh.html#pmeshlab.Mesh.face_custom_point_attribute_matrix for per-face scalar attribute).

that returns a numpy array, not a list of strings of names, my question was how do I know what is available.