A controller in 3ds Max is a plug-in that manages the values involved in keyframe animation, such as changes in object scaling, color, or translation. List controllers combine two or more controllers and can be very useful when combining relationships between objects.
List controllers, for example, are helpful when using expressions and constraints to control a child object through a parent object, particularly if the child and parent objects are not using the same orientation. The List controller uses added internal controllers that lets you maintain control over the child object’s local orientation, even though it remains constrained to that of its parent.
Local orientation of a child object can differ from its parent.
Right: Orientation of the parent chassis
Left: Orientation of the front left car wheel
The child object (car wheel) of the rig you are about to animate in this tutorial, is oriented differently from the parent object (the car body). To turn the wheel using wiring, you would have to rotate the wheel on its Y axis (based on the orientation of the body of the car), not its X axis (the wheel’s local orientation). To regain control of the local orientation of the child object, you will add list controllers to the position and rotation tracks of the front left wheel animation.
Manually assign List controllers:
In this procedure, you will manually assign List controllers to the position and rotation tracks of the front left wheel of your Chevy.
Notice how the four wheels, as well as the steering wheel, are children of the object . This hierarchy is typical to 3D car models.
A list of default animation controllers displays as tracks in an Explorer format.
In the explorer, a second Position XYZ: Position track has been created below the first. This track represents the controller that will control keyframe information of X, Y, and Z axes based on the local position of the child object (the front left wheel).
Next, you will repeat the procedure by assigning a List controller to the rotation track of the front left wheel.
A second Euler XYZ track is created. This track controls rotation keyframe information of X, Y, and Z axes based on the local coordinates of the front left wheel.
Automating the assignment of List controllers:
MacroRecorder is a simple scripting utility that records your interactions in 3ds Max. It converts your actions into a script that you can reuse to accomplish repetitive tasks.
In the previous procedure, you manually assigned position and rotation list controllers to a single wheel on your Chevy. You will now use MacroRecorder to automatically assign list controllers to the remaining three wheels, as well as the car body and steering wheel, so that the entire rig uses the same coordinate system in its animation.
3ds Max opens the MAXScript listener dialog.
From this point onward, almost any action you perform in 3ds Max will be recorded in a script.
As you progress, notice how the pink Macro Recorder area accumulates scripting data.
3ds Max creates a button on the toolbar.
You are now ready to use the List Con tool to quickly assign list controllers to the remaining wheels of your car model.
On the Motion panel Animation Controller rollout, expand the Position XYZ track to display one of the list controllers that was assigned by the script you just created.
The myTools toolbar you created in this procedure is now available for all future 3ds Max work sessions.
In the next lesson, you will learn how to animate the rotation of the car wheels.