Yet Another Blender Egg Exporter (YABEE)

I’ve attached archive with example. It contains the .blend file and the exported .egg
Here you can see how to do animate with shape keys in Blender:
oneminutevideotutorials.com/anim … lender-3d/

If you wish to manually control shape keys in Panda you should do something like this:

myKey = myActor.controlJoint(None,"modelRoot", spapekeyName)
myKey.setX(myVal)

shapekey.zip (68.7 KB)