Skip to main content

All Questions

Tagged with
0 votes
1 answer
28 views

Using sensors, how can I control the movement of each bone individually?

I fixed the sensor on the human body, obtained the posture data of the human body, and uploaded it to Blender for display. The problem is, I found that when I move the sensor of the father bone, the ...
Handsome Fish's user avatar
0 votes
1 answer
35 views

How can I update the animation line of bone's transformation in UPBGE with python code?

My concept is about extending the animation line dynamically by changing the bones' transformation in necessity in loop for one character that is rigged with bones for a whole game. That means, the ...
blendpro's user avatar
  • 111
2 votes
2 answers
1k views

Get bone current rotation python

If I set the rotation X of a bone lets say bone.rotation_euler = [rotX, 0, 0] and then I want to set the Z rotation, how can I get it so I don't overwrite it? ...
Sanjo's user avatar
  • 35
3 votes
1 answer
2k views

bone/armature movements during game play

I am trying to simply move a bone that has been parented to a mesh in Blender 2.69. I want to do this in real-time - while the BGE is running. I linked an Always logic block to the python code seen ...
CubeBot88's user avatar
  • 677