Vizard 7 » Command Index » Vizard objects » node3d » <node3d:avatar>.getMeshList
7.6

<node3d:avatar>.getMeshList

Returns mesh names

<node3d:avatar>.getMeshList()  

Remarks

This command will return a list of all the meshes available on the avatar. The names are ordered by ID

Return Value

A list of mesh names

Example

meshes = avatar.getMeshList()

#Print mesh names
for name in meshes:
    print(name)