Managing Animation using Takes

The following sections explain how to use takes and animation layers. To follow the instructions, download the files and scripts from http://area.autodesk.com/downloads/scripts/motionbuilder-animation-scripts.

Navigating Through Takes

A take (FBTake) is a level of animation in your scene.

Run the go_to_next_take.py script to create two takes. You can navigate to the next take by running the Go to next take code as shown in the following figure.

Following are the points to keep in mind:

Creating Animation on Animation Layers

A take can contain multiple animation layers. You can make changes in one layer without affecting the other layers.

Run the create_animation_on_animation_layers.py script to create animation in multiple layers. Select the two animation layers as shown in the following figure.

Following are the points to keep in mind:

Animation layers have properties such as, Weight, LayerMode, and others that you can set in the script.

Merging Animation Layers

In the scene used in the Creating Animation on Animation Layers section, select two layers (PythonLayer1 and PythonLayer2). Run the merge_animation_layers.py script to merge the layers into one layer as shown in the following figure.

Following are the points to keep in mind: