Home Technical Talk

Help modeling a robot for animation

I am taking the time over the next month or so to learn roughly how to animate. I am just now starting to get the grasp of modeling efficiently, and now i need to work on modeling for animation.

From what i understand, if i am modeling a mechanical creature, i want the limbs to be made of separate objects grouped together so that the "metal" does not stretch. correct? So here is my concept drawing divided:
animation.jpg
(left and right arms and legs would be separate from right arms .. blah blah if you get my drift)

Is this the correct way to go about this? I tried looking for some tutorials, but I'm never sure who it is posting this stuff. I had a bad experience learning how to "correctly" model a human face.

Replies

  • Ghostscape
    Options
    Offline / Send Message
    Ghostscape polycounter lvl 13
    Yes, for a hard-body model like this you'll want the joints to be separate (they don't need to be separate objects in Max/Maya but they should be separate subobject meshes) and then when you come to rig it you'll want to rig it with no weight blending, so each part has it's own bone all to itself and isn't split between two different bones.
  • Toomas
    Options
    Offline / Send Message
    Toomas polycounter lvl 18
    Its much easier if you keep it all in separate models. Then you can pretty much animate it w/o bones i think cause you can just link the thing together with some helpers.
  • Mark Dygert
    Options
    Offline / Send Message
    Yeah Toomas is right, the easiest way would be without bones. You wouldn't need bones if they where all separate models. Just treat the objects as bones by moving each objects pivot point to the joint and link each object using the select and link tool. All bones do is set a pivot point and define a length which you already have in your object you just need to move the pivot to the right spot.
    robopivots.jpg
    Hierarchy tab > Pivot > Affect pivot only (as long as this button is on you will move only the objects pivot point and not the object itself.
    Then move the pivot to the joint, set the drop down by your rotation gizmo to Local and it should be easy to animate.

    Of course if you are looking for experience with the rigging tools then I guess you can go thru the whole pain of creating bones, making sure they are aligned, skinning, and weighting.

    If you do go skin/weighting I would suggest making it all one object (not joined/welded mesh but separate sub objects) that way you only have one skin modifier with all the bones easy to select and easy to work in. Otherwise you will have a dozen pieces each with their own skin modifier and only one bone. It will be extra unnecessary, tedious, clicks getting to the skin table and other tools.
  • Mil0
    Options
    Offline / Send Message
    thanks for all the help
  • SkullboX
    Options
    Offline / Send Message
    SkullboX polycounter lvl 18
    I disagree with the above. I personally wouldn't animate it without a joint/bone based skeleton. In Maya you can only use IK on joints (not just any hierarchy) and I guess that's the same in max, and you'll want IK. In any case, it's much easier to change, add, remove anything when you have a skeleton that has all the animation data. Since you want to learn how to do it properly, don't rely on linking objects to eachother.

    Also, if you want to model properly for animation, make sure you put the character in a pose that's easy to rig. For a rigid character such as this one, put it in a T pose, arms straight to the side, no bends. It looks lame, but it's easier in every step of production (modeling/UV/rig/animation).

    Also, don't make knees like in your drawing since that's 'impossible', and very hard to rig up properly. You'll want IK (Inverse Kinematics) for the legs, which works in a plane. If you apply IK to the legs, they'll only be able to bend sideways. As soon as you rotate them forward, the legs will come out straight when viewn from the front anyway. I'd model the legs straight down. Because it has large feet, the feet will clip through each other, but that doesn't matter since you'll fix it when posing/animating. This is one of the most commonly made mistakes by modelers who themselves do not really rig, let alone animate.
  • MoP
    Options
    Offline / Send Message
    MoP polycounter lvl 18
    Actually, in Max you can apply IK to any objects, not just "joints".
    So you can just model an "upper arm" section, make sure the pivot point is in the right place, model a "lower arm" section with the pivot point at the elbow, etc etc.
    Then you can just hierarchically link them (link hand to forearm, forearm to upper arm, etc), then select the first object of the chain and choose any "IK Solver" from the "Animation" menu.

    However, SkullboX is correct that using a "proper" skeleton of bone objects would be more versatile and better practise in the long run. It's easy to apply a Skin modifier and weight a whole object or element to a bone anyway.

    SkullboX is right about the legs too, you'll want to model them straight, otherwise you will run into problems when applying IK and trying to animate them.
  • Jesse Moody
    Options
    Offline / Send Message
    Jesse Moody polycounter lvl 17
    I second what Skull said about using bones. I had to rig a robot and the easiest way was with bones/biped and just not having bones share the weights. So the bone for the upper arm had all verts at 100% that it applied to and so on and so on.

    It really doesn't take to long to do it this way and you can have the benefit of iks and if you were going to drop into a game engine it would be much easier to do it this way.
  • SkullboX
    Options
    Offline / Send Message
    SkullboX polycounter lvl 18
    [ QUOTE ]
    Actually, in Max you can apply IK to any objects, not just "joints".
    So you can just model an "upper arm" section, make sure the pivot point is in the right place, model a "lower arm" section with the pivot point at the elbow, etc etc.
    Then you can just hierarchically link them (link hand to forearm, forearm to upper arm, etc), then select the first object of the chain and choose any "IK Solver" from the "Animation" menu.

    [/ QUOTE ]

    Thanks for clearing that up, it's been quite a while since I've used max. I remembered it had some features that allowed you to use 'normal' objects as bones but I personally never used it - let alone IK. I'm all spoiled by maya now. smile.gif

    As for skinning the robot, I would simply link the individual parts of the robot to the skeleton, unless you're making it for a game which exporter requires skinned objects. Linking is faster to do, easier to change and updates faster in the viewport as well.
  • dejawolf
    Options
    Offline / Send Message
    dejawolf polycounter lvl 18
    actually, with max, you can take regular bones, add an editable mesh modifier on top of each bone, and attach the respective limbs to the bones.
    just remember setting the bone's properties to renderable wink.gif
    and yes, it will retain material proterties and UVs.
    it will behave like a bone, and look like a model,
    with no skinning required.
    best of both worlds smile.gif
  • Mil0
    Options
    Offline / Send Message
    thanks for all the help guys. This is why i turn to the polycounters for advice.
Sign In or Register to comment.