DeepMotionEditing / deep-motion-editing

An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]
BSD 2-Clause "Simplified" License
1.58k stars 256 forks source link

about skining #40

Closed xinzi2018 closed 4 years ago

xinzi2018 commented 4 years ago

in the skining step ,i have some question.

  1. after we import the fbx what the mean about "Merge meshes - select all the parts and merge them (ctrl+J)"?
  2. could you please give me more details about skining?
kfiraberman commented 4 years ago
  1. In case that the mesh is consists of a few parts (hat, pants, skin, etc.), they should be merged into a single mesh with this operation.
  2. Skinning is a broad topic that is beyond the scope of this repository. However, in case you have some particular questions, you can ask here.
xinzi2018 commented 4 years ago

when i select all , then ctrl+j ,then blender2.7.9 will say : no mesh data to join

PeizhuoLi commented 4 years ago

Maybe you can check our newly released auto skinning script.