Skip to main content

All Questions

0 votes
2 answers
72 views

How can I move my character's foot in the direction I chose with a key input?

I'm trying to make a game with some aspects similar to octodad but for this to work I need something that will allow me to move my characters foot in the direction I chose with a key input, it may ...
struggling artist's user avatar
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
2 votes
0 answers
1k views

most simple way to drive shape keys in python via armature object

I'll explain the steps to reproduce the most simple example to allow to update a shape key value from python within the game engine. This is supposedly only possible through an armature object. start ...
turingmachine's user avatar
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