Hail everybody!
This is my first post on this forum and as I am a beginner in the use of blender, it will be an help asking one…
I think my problem is quite simple: I have the coordinates of the wrist and soulder of a character and I want to make its arms move to put the wrists to another coordonates. In fact, I have in real time the coordonates of the wrists that my character should follow (given by filming an actor with a web cam), and I would like the arms of my character to move like those of the actor.
In order to do this, I’ve put an armature on the arms of my character and empties on his writs with parental links.
Do you think it is possible to write a python script that would be able to get the coordinates of the wrists from another soft and make the arms move to the wishes location in setting new coordonates to the empties?
To get the coordonates woulb probably won’t be too difficult in establishing a communication by sockets, but how can I move the arms?