How to find a bone?

I have a mesh with a armature. I need to find a specific bone in it to attach another item to it.

I only found some older form posts that suggest using deprecated stuff. Even the manual talks about bones, while the newer system seems to talk about joints.

So what is the current way to find a names bone in my model?

1 Like

Use getAttachmentsNode for that purpose.

You can ask for a joint from the Armature class.

2 Likes

That worked like a charm… Thanks again for your great help!

2 Likes

You’re welcome! :slightly_smiling_face: