FBAnimationLayerMergeOptions Class Reference
 
 
 
FBAnimationLayerMergeOptions Class Reference

This reference page is linked to from the following overview topics: MotionBuilder 2014.


#include <mobu-python-api.h>


Class Description

Merge option for animation layers.

Inheritance diagram for FBAnimationLayerMergeOptions:
Enumeration

Public Attributes

object  kFBAnimLayerMerge_SelectedLayers_SelectedProperties
object  kFBAnimLayerMerge_AllLayers_SelectedProperties
object  kFBAnimLayerMerge_SelectedLayers_AllProperties
object  kFBAnimLayerMerge_AllLayers_AllProperties
object  kFBAnimLayerMerge_SelectedLayer_CompleteScene
object  kFBAnimLayerMerge_SelectedLayers_CompleteScene
object  kFBAnimLayerMerge_AllLayers_CompleteScene

Member Data Documentation

Merge the animation of the selected properties of the selected models from the selected layers to the selected layer with the lowest index.

Merge the animation of the selected properties of the selected models from all the layers to the BaseAnimation layer.

Merge the animation of all properties of the selected models from the selected layers to the selected layer with the lowest index.

Merge the animation of all properties of the selected models from all the layers to the BaseAnimation layer.

Merge the animation of all properties from the selected layers to the selected layer with the lowest index.

Merge the animation of all properties from all the layers to the BaseAnimation layer.