Loading Image
You didn't use the new API reference! BoneData length
You can get the bone tip world position like this (exact method params vary per runtime):
tuple = bone.localToWorld(bone.length, 0)
print(tuple[0] + " " + tuple[1])
On the forums you can now do the following:
[/b][b]BoneData
// links to BoneData
Bone length[/b][b]
// links to BoneData length
Bone#length // links to BoneData length