electronicarts / dem-bones

An automated algorithm to extract the linear blend skinning (LBS) from a set of example poses
https://seed.ea.com
Other
868 stars 154 forks source link

Can dem-bones work directly on a PLY or OBJ sequence? #15

Closed aapatre closed 3 years ago

aapatre commented 3 years ago

Is it possible for Dem-Bones to directly convert a sequence of PLY or OBJ files into a single animated and skinned FBX, instead of using an animated Alembic files?

binhhuyle commented 3 years ago

The included command line tool does not. You can, however, write your own importer/exporter and recompile the library. Or you can use other tools, e.g. Maya, to convert the sequences to Alembic/FBX.

aapatre commented 3 years ago

Thanks a lot for your response and awesome work on the tool! :)

Net-Maker commented 3 months ago

I wanna ask how to convert my mesh sequence to an Alembic file? I use python to get 100 obj files and I have no idea how to convert them to a .abc file to work with dem-bone.