Tag Properties
Controls whether IK is switched on for the tag.
Defines whether the IK chain is solved in 2D or 3D.
In order to understand the difference between these two solvers, you first need to know that each IK solver uses a certain pose of the chain as its starting point for solving the IK. This is usually the pose the chain was in when the IK tag was added.
With the 2D option, a plane is created for the IK chain (represented as a disc in the picture). This plane is formed from the following three points in the chain:
Each 2D IK chain is solved using this plane, where the pole vector defines in which direction the chain bends. The internal pole vector is used if the chain doesn't have an external one.
The 3D option, on the other hand, uses neither a plane nor a pole vector. Here, the IK chain is solved using only the starting pose and the optimum angles for reaching the goal. In the case of the picture above, where all the joints are lying on a plane, you'll hardly notice a difference between the 2D and 3D options. But the difference becomes apparent in cases such as the one shown in the next picture.
In this example, the third joint has been moved away from the 2D IK plane. The difference between 2D and 3D is clear to see when the chain stretches to reach the goal.
With 2D IK, the only angle that changes is the angle between three joints as if the joints were projected onto the plane. As you can see in the inset at the bottom of the 2D IK example, this angle really does stretch.
You can limit the rotation of this angle for the 2D IK using the Limits group on the Kinematics tab for the joints. The values for Min R.H and Max R.H are used, and are independent of the actual angles of the joints. All other values are ignored in this case. (Note that these values are relative to the starting pose.) As you can tell from the blue cylinders, all other angles for the joints stay the same.
The 3D option, on the other hand, rotates all angles for the joints and does its best to reach the goal. You can see this clearly in the inset for 3D IK by the way the blue crosses are rotated.
In this case, the Limits values do correspond to the actual angles of the joints (although, once again, the values are relative to the starting pose).
As mentioned previously, please note that 3D IK does not use a plane. The plane in the picture is for illustration purposes only, to make it easier to compare the results. The 3D IK uses neither a plane nor a pole vector.
In most cases, you'll find that 2D IK is the best choice for standard characters because it calculates the chain faster and tends to be more stable that the 3D option. 3D IK, on the other hand, is very useful for animating mechanical objects, such as robots.
This option is only available if the IK tag is assigned to a point object, in other words, to a polygon object, editable spline, FFD or Bezier NURBS. If you enable this option, instead of the object hierarchy being evaluated, an IK chain is created that directly affects the object's points. This enables you to, for example, quickly animate a garden hose being pulled - simply add an IK tag to a spline that's inside a Sweep NURBS and use this option. In the next example, Point IK has been enabled and the IK Solver has been set to 3D.
Here you can enter the index number of the first point that should be used by the point IK.
Here you can enter the index number of the last point that should be used by the point IK.
Drag and drop the last object in the IK chain into this link field. In the case of the previous example, this would be the last joint object. This is not always the case, however. Usually, it makes sense to have several chains one after the other, such as a chain from the hip to the heel, a chain from the heel to ball, and another from the ball to the toes. The object is entered into the End field automatically when you create an IK chain using the joint tool.
Drag and drop the object you want to use as the goal into this link field. This object is entered automatically if you create the chain using the joint tool. Alternatively, you can add a goal which is again entered into this field automatically using the Add Goal button. The goal is placed in the same position as the object defined by End.
Allows you to blend seamlessly between the chain's current FK pose and the pose calculated for the chain by the IK solver.
Defines the strength of the IK chain's influence. If you lower this value, the chain will take several frames in the animation to reach its goal. Also, you can use several IK tags on the same object and choose different settings for them such as different goals or a different IK solver. You can then use the Strength value to blend between them.
Set this value to 100% if you want the IK to be calculated using the Preferred values on the Kinematics tab as the chain's ending position. Any changes you then make to your character's FK pose will have no influence on the IK solver.
Defines the stretchiness of the IK chain. This value is combined with the Stretch value found on each joint's Kinematics tag.
Goal Offset [-10000000..10000000%]
Defines where, on the line from the origin to the goal, the IK chain ends. A value of 100% means the goal will be reached if possible. A value of 0% moves the end of the IK chain to its origin. You can also enter values greater than 100%, in which case the tag will attempt to move the end of the chain beyond the goal by extending the line. Negative values move the end of the chain away from the origin in the opposite direction to the goal.
This field is only available if IK Solver is set to 2D. Drag and drop any object into this field to use the object as a pole vector for the IK chain. 3D IK does not use pole vectors, hence the field is not available for 3D IK.
Adds a null object at the end of the IK chain as a goal and enters the null object into the Goal link field automatically.
Adds a null object at the position of the first joint in the IK chain as a pole vector and enters the null object into the Pole link field automatically.