spawn characters

Does anyone know a good technique for spawning a full character with its rig AND mesh?

Use scene.addObject() to add a group instance that you have linked on inactive layers from external .blend.

spawn the root. The children will be added automatically.

awesome, thanks guys!