Multi-part Actors problem

I probably have a problem with loading the parts of a multi-part actor. I think Panda dislikes dictionaries or something. I even copy-pasted the example for loading multi-part actors and it still didn’t work. Here’s the code:

nodePath = Actor.Actor({
   'q':'a.egg',

   'w':'b.egg',

 },{'e':'a-anim.egg'})


nodePath.attach('q','w','weap')

nodePath.reparentTo(render)

By the way, the joint ‘weap’ exists in both meshes.

In what way does it not work?

David

Nevermind, I found a workaround.