<node3d:avatar>.getBoneList

Returns bone list

 

<node3d:avatar>.getBoneList()

 

Remarks

This command will return a list of all the bones of the avatar

Return Value

A list of bones

Example

bones = avatar.getBoneList()

#Print the name of the bones
for b in bones:
    print b.getName()

See also

<node3d:avatar>.getBone
<node3d:avatar>.getRootBoneList