Previous Thread  Next Thread

chat icon how to transform bones through python

Tanmay

Posted: Sat Feb 25, 2012 11:00 am
Joined: 24 Jan 2012
Posts: 10
hey, can anyone tell me how to transform armature bones during game through python scripting.
_________________
<t-t>
Reply with quote


BrockyLee

Posted: Sun Sep 16, 2012 11:26 pm
Joined: 17 May 2012
Posts: 1
Tanmay wrote:
hey, can anyone tell me how to transform armature bones during game through python scripting.

Haven't found the keyframes part in it but the bpy.data.object['Armature'].data.bones[x].tail_local works.
_________________
brochesterl.
Reply with quote


CoDEmanX

Posted: Mon Sep 17, 2012 12:31 am
Joined: 05 Apr 2009
Posts: 694
bpy.data.object['Armature'].pose.bones[x].* ?
_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group