FBStoryClipMatchingTranslationType Class Reference

FBStoryClipMatchingTranslationType Class Reference

#include <mobu-python-api.h>

Class Description

Matching Translation, Types when matching clips to each other.

+ Inheritance diagram for FBStoryClipMatchingTranslationType:

Public Attributes

object kFBStoryClipMatchingTranslationNone
 The clip's match object is not translated to match another clip's animation. More...
 
object kFBStoryClipMatchingTranslationXYZ
 Translates a selected clip's match object to the same location as the previous clip's match object. More...
 
object kFBStoryClipMatchingTranslationGravityXZ
 Translates a selected clip's match object along the global X and Z axes. More...
 
object kFBStoryClipMatchingTranslationDefault
 Uses the matching translation type stored in the Application configuration file: [Story] > MatchTranslation. More...
 

Member Data Documentation

object kFBStoryClipMatchingTranslationDefault

Uses the matching translation type stored in the Application configuration file: [Story] > MatchTranslation.

This value, in the configuration file, is update each time a matching is done, with the selected value.

object kFBStoryClipMatchingTranslationGravityXZ

Translates a selected clip's match object along the global X and Z axes.

object kFBStoryClipMatchingTranslationNone

The clip's match object is not translated to match another clip's animation.

object kFBStoryClipMatchingTranslationXYZ

Translates a selected clip's match object to the same location as the previous clip's match object.