Hi guys!
I was creating a new class, and I just finished it. Only one thing missing, its animation. (I was using the farming animation as a placeholder lol)
Can someone upload here the male and female models in a format that can be imported in blender?
I think there was some files in the game, but I didn’t find it this time.
Thanks.
All I need is to animate it and then export? Or it does need to be rotated?
I’m asking because loading the hoe animation into it made the model rotate, like this:
Ok, that was because the pieces didn’t had a origin set.
So for a quick and dirty test, I selected all and set origin to center of mass. It looks better.
But the model is flipped? The foot is flipped in the y axis, and the head is tilted in the x axis.
I tried importing the male skeleton but it didn’t helped. Actually, it has a different shoulder name.
just to make it clear, if you want to animate for an existing model
you’ll have to import and prepare the skeleton, parent all the parts to the correct parents and then hit "prepare animation’ afterwards before animating
Uhm, I’m importing the skeleton but all the origins are still set to 0,0.
The skeleton I’m importing is at data\rigs\entities\humans\skeletons\male.json
Importing it, clicking on prepare skeleton, clicking on prepare animation and then loading the hoe animation makes it have the correct directions and orientations, but everything is far away apart because the origins were wrong.
it’s included in the add-on by default
it’s not reliable it messes things up, but the model shouldn’t be THAT broken
@BrunoSupremo the Meta files make a male animation file altered to attempt to make it work for the female or vice-versa if you’re trying to animate from scratch it’s not that important, but it does come in handy when porting it to a model variant
Well, opening the file in text editors I can see all coordinates are correct, like a lot of “random” numbers.
But in blender all coordinates are at 0,0…
I want to add that for previous animations I did in other models I did nothing else than import the model, export skeleton (with origins correctly positioned), animate and export the animation. Without clicking the “prepare skel/anim” buttons.
Make sure to delete any object in scene before importing (e.g. camera / light / cube that come with the default scene in Blender).
Not sure but maybe you have to add the helper bones manually in advance (before importing / preparing the skeleton/animation). But Hyrule_Symbol’s tutorial has the correct steps covered.
Oh, you have tk actually import the skeletons manually in the import tab (alongside the .obj import) before hitting prepare skeleton the program doesn’t know where or what the skeleton file is before you tell it manually
All the helper bones should pop up on their own, just mske sure to parent all of them after you prepare the skeleton
If rhe model pbreaks as soon as you hit the skeleton button then make sure to clear all parents (selec everthing and Alt + P and then clear parents) before praparing the skeleton
If you haven’t you should really watch my tutorial video on this
It’s much easier to understand than text i think