Skip to main content

All Questions

1 vote
0 answers
70 views

Moving an armature over [-pi,+pi] radians

I am working with robots, ROS and MORSE simulator. And I have a problem when I tried to control a robot simulated in MORSE using ROS. As MORSE is based on BGE, I am asking here my question. My robot ...
dgerod's user avatar
  • 11
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
999 views

MakeHuman models' teeth show through face in the BGE?

I am having trouble trying to get a MakeHuman model to be controlled through a python script in the BGE. The model either doesn't show the teeth, or the eyes, inner mouth and teeth appear over the ...
CubeBot88's user avatar
  • 677
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
12 votes
3 answers
5k views

Controlling armature through python

I need to control an armature using Python so that I can animate a biped model using data from a text file. I've been using this tutorial and some other sources to try and do so, but I can never see ...
Rich Starbuck's user avatar