I’ve got a quick question. As a scripter, I find the scripting interface etc within Unity very transparent and easy to understand. As a n00b in 3d, I’ve got the opposite with 3ds max ;)…
I’m trying to make a ragdoll out of the Soldier in the Unity Bootcamp Demo. I got to get him into a T-stand, and also make the 2 bones in his forearm 1, so that I can use the ragdoll wizzard.
How do I go about these two things in 3ds max? When I try to move any joints, I just seem to stretch them out, other then rotate the whole thing around his joint… And, how do I get to fiddle around with the bone structure?
not sure what you mean (a screenshot would help) but are you talking about taking a non-max native model and importing it into max to adjust the rigging?
It’s the Soldier.FBX from the BootCamp Demo that came with Unity 3
First, when imported, it looks like this:
Now, I need to get him into a T stand. So let’s say I select the Right forearm 2, and then the “move” tool, I end up with this:
It stretches it out. I asume from your post that the charachter’s position is called rigging? How do I adjust this, without the streching…?
Also, when trying to import this model in the Ragdoll Wizzard in Unity, the wizzard asks for 1 forearm. The forearms of the model are divided into two sections: RarmForearm1 RarmForearm2. How do I make these two parts into one?
looks like the skinning information didn’t come through properly.
i’d be willing to bet that the envelopes that control the skinning weights didn’t come through so it’s reverting to default envelopes based on the skeleton/rig.
to solve it… well, if you can find the skinning/envelope information and import that you might be able to get it to work but to redo it from scratch is a task unto itself.
one thing you can check, however… is to scroll the timeline to frame -1 to see if the native T-pose was stored before frame 0 (it’s what i do, just in case i have to reset any animations to default or finagle with the weights.)
Ahh ok, I’ve looked, but there are only Materials available, and some other FBX animations…
I needed the model for testing purposes. I gues I’ll download some other model for testing. Should I look for a .3ds or a .obj model? Do these include the skinning information, so I can put it in different stances?
I think it won’t work, because IKs for rigging in max don’t import on FBX, it just bake the animations on it so you should make your own model in max and rig it make some animations for it then import it to that boot camp demo…