Ragdoll with Pyode

Hi! :smiley:
this is a sample of very basic ragdoll, maked using pyode.
http://pyode.sourceforge.net/
Code little commented.
It works, but there are some tricks with bones(foot especialy).
You need to move camera far with RMBā€¦
Here is link:
http://rapidshare.com/files/114174059/ragdoll1.zip.html
9 kB
I hope anybody can give me some suggestions how make it better after playing around with it. :bulb:
Edited : camera now look at ragdoll :blush:

ode will be integrated into panda3d soon!

Yeah ragdols are fun i did a thing with them myself a while ago. I wanted to attach bones in blender and export them to panda3d ā€¦ then do ragdolling on the boned moddel. But that did not work too well could never figure blender bones out. Well i guess that is that.

@newfych: wow, thanks for this cool example! Itā€™s really usefulā€¦

@treeform: it already is, just wait till the next version of Panda3D (or the version after, if Josh so decides.)

PS. I have so my questions about this line:

import ode as ode

:wink: isnā€™t that the same as just ā€œimport odeā€ ?