Vizard 7 » Command Index » Vizard objects » bone » <bone>.getName
7.6

<bone>.getName

Returns the name of the bone

<bone>.getName()  

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())