zhongjinluo / RaBit

This repository includes the related code of RaBit.
86 stars 8 forks source link

The usage of 3djoint.npy under the pose folder of each character. #9

Open leizhu-angus opened 6 months ago

leizhu-angus commented 6 months ago

Hi,

Thanks for sharing this amazing work. We aim to animate these cartoon characters and I've imported the obj into blender. I found that there is only mesh, I wonder how can I use the 3djoint.npy under the pose folder so that I can have skeleton in blender to animate these characters. Is there any other possible way to achieve this? I will appreciate your reply.

zhongjinluo commented 5 months ago

You can refer to rabit_np.py for the animation, and if you need to import it into Blender, you will have to export the skinning weights and skeleton to an FBX file.