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