Hi All,
I’ve been through the API and can’t find anything on this.
I have an armature with two meshes parented to it.
Let’s say I have the armature selected and I want to use Python to find out if any meshes are attached to it. If there are, is it possible to get a list of objects?
Or do I have to iterate through all the objects in the scene to see if they reference the armature?