FBStoryClipMatchingRotationType Class Reference

FBStoryClipMatchingRotationType Class Reference

#include <mobu-python-api.h>

Class Description

Matching Rotation Types, when matching clips to each other.

+ Inheritance diagram for FBStoryClipMatchingRotationType:

Public Attributes

object kFBStoryClipMatchingRotationNone
 The clip's match object is not rotated to match another clip's animation. More...
 
object kFBStoryClipMatchingRotationXYZ
 Rotates a selected clip's match object to the same orientation as the previous clip's match object. More...
 
object kFBStoryClipMatchingRotationGravityXZ
 Rotates a selected clip's match object around the global Y axis. More...
 
object kFBStoryClipMatchingRotationDefault
 Uses the matching translation type stored in the Application configuration file: [Story] > MatchRotation. More...
 

Member Data Documentation

object kFBStoryClipMatchingRotationDefault

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

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

object kFBStoryClipMatchingRotationGravityXZ

Rotates a selected clip's match object around the global Y axis.

object kFBStoryClipMatchingRotationNone

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

object kFBStoryClipMatchingRotationXYZ

Rotates a selected clip's match object to the same orientation as the previous clip's match object.