zjp-shadow / CharacterGen

[SIGGRAPH'24] CharacterGen: Efficient 3D Character Generation from Single Images with Multi-View Pose Canonicalization
GNU Affero General Public License v3.0
189 stars 12 forks source link

Question about posed characters #1

Open Time-Lord12th opened 3 months ago

Time-Lord12th commented 3 months ago

Hello, I'm unfamiliar with .vrm data and three-vrm. I use blender addon to render VRoidHub characters, but they are T-pose. I wonder if it's possible to utilize three-vrm to set character poses and save the posed .vrm? Thanks!

zjp-shadow commented 3 months ago

We will release our blender scipts soon. You can load FBX or just rotate the joint of armature to get another pose.

zjp-shadow commented 1 month ago

You can follow the commit b25165f to set character poses of fbx. You can export obj by using bpy.ops.wm.obj_export or you want to export posed vrm following the official guidance by using bpy.ops.export_scene.vrm. I think this will help you.