#include <mobu-python-api.h>
Matching Translation, Types when matching clips to each other.
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... | |
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.