Is there a way to put a model into a pose, and then replace the mesh of another object with the newly posed mesh?
i.e.
obj1 = a game object...
obj2 = another game object...
#change the pose of obj1 with some code here
obj2.replaceMesh(obj1.meshes[0]) #but I want to replace it with it's newly posed mesh!