Python Reference Guide
 
Loading...
Searching...
No Matches
FBAnimationLayerMergeOptions Class Reference

Merge option for animation layers. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBAnimationLayerMergeOptions:

Public Attributes

 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.

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

 
 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.

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

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

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

 

Detailed Description

Merge option for animation layers.


Member Data Documentation

◆ kFBAnimLayerMerge_AllLayers_AllProperties

kFBAnimLayerMerge_AllLayers_AllProperties

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

◆ kFBAnimLayerMerge_AllLayers_CompleteScene

kFBAnimLayerMerge_AllLayers_CompleteScene

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

◆ kFBAnimLayerMerge_AllLayers_SelectedProperties

kFBAnimLayerMerge_AllLayers_SelectedProperties

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

◆ kFBAnimLayerMerge_SelectedLayers_AllProperties

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.

◆ kFBAnimLayerMerge_SelectedLayers_CompleteScene

kFBAnimLayerMerge_SelectedLayers_CompleteScene

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

◆ kFBAnimLayerMerge_SelectedLayers_SelectedProperties

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.