Open topic with navigation
<bone>.getName
Returns the name of the bone
Remarks
The command will return the name of the bone, which is specified by the skeleton file.
Return Value
The name of the bone
Example
headBone = avatar.getBone('skel_Head')
#This will print out 'skel_Head'
print(headBone.getName())