FBAnimationLayerMergeOptions Class Reference

FBAnimationLayerMergeOptions Class Reference

#include <mobu-python-api.h>

Class Description

Merge option for animation layers.

+ Inheritance diagram for FBAnimationLayerMergeOptions:

Public Attributes

object kFBAnimLayerMerge_SelectedLayers_SelectedProperties
 Merge the animation of the selected properties of the selected models from the selected layers to the selected layer with the lowest index. More...
 
object kFBAnimLayerMerge_AllLayers_SelectedProperties
 Merge the animation of the selected properties of the selected models from all the layers to the BaseAnimation layer. More...
 
object kFBAnimLayerMerge_SelectedLayers_AllProperties
 Merge the animation of all properties of the selected models from the selected layers to the selected layer with the lowest index. More...
 
object kFBAnimLayerMerge_AllLayers_AllProperties
 Merge the animation of all properties of the selected models from all the layers to the BaseAnimation layer. More...
 
object kFBAnimLayerMerge_SelectedLayer_CompleteScene
 
object kFBAnimLayerMerge_SelectedLayers_CompleteScene
 Merge the animation of all properties from the selected layers to the selected layer with the lowest index. More...
 
object kFBAnimLayerMerge_AllLayers_CompleteScene
 Merge the animation of all properties from all the layers to the BaseAnimation layer. More...
 

Member Data Documentation

object kFBAnimLayerMerge_AllLayers_AllProperties

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

object kFBAnimLayerMerge_AllLayers_CompleteScene

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

object kFBAnimLayerMerge_AllLayers_SelectedProperties

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

object kFBAnimLayerMerge_SelectedLayer_CompleteScene
object kFBAnimLayerMerge_SelectedLayers_AllProperties

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

object kFBAnimLayerMerge_SelectedLayers_CompleteScene

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

object kFBAnimLayerMerge_SelectedLayers_SelectedProperties

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