gdkchan / Ohana3DS-Rebirth

WIP new version of Ohana3DS in C#.
173 stars 39 forks source link

Smash 4 model creator doesn't convert model bones #46

Open fm360 opened 7 years ago

fm360 commented 7 years ago

Whenever I try to create a smash 4 model using an obj, the output is always a model with 1 bone and therefore I can only apply one texture to it. And that 1 texture will texture the entire model. Example: https://youtu.be/TitEVbBSIWs

legoj15 commented 7 years ago

I don't think objs have bone support, so it will always be one bone

fm360 commented 7 years ago

But you can make objs with multiple bones...

gdkchan commented 7 years ago

Yea objs doesn't support bones. And mbn can't store bones either, the model skeleton is stored inside the bch file. I think you mean meshes?

fm360 commented 7 years ago

Will it ever be possible to make models with more than 1 texture?