<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