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.

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

!!CONVERSION WARNING!! broken xref detectd, likely a cross-book reference. The target GUID file is GUID-8EC1E48A-B713-42A9-A174-24F7778A4833.htm#SECTION_3C633784B8E14926A355BBF593E5D83E and the target link text is 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: