FBTakeSpanOnLoad Class Reference

FBTakeSpanOnLoad Class Reference

#include <mobu-python-api.h>

Class Description

This enumeration indicate the how to set the take start and end points on after a load.

+ Inheritance diagram for FBTakeSpanOnLoad:

Public Attributes

object kFBLeaveAsIs
 Use the current take's start and end point as defined before the load. More...
 
object kFBImportFromFile
 Set the current take's span according what is set in the loaded file. More...
 
object kFBFrameAnimation
 Have the take's span match the first and last key in the take. More...
 

Member Data Documentation

object kFBFrameAnimation

Have the take's span match the first and last key in the take.

object kFBImportFromFile

Set the current take's span according what is set in the loaded file.

object kFBLeaveAsIs

Use the current take's start and end point as defined before the load.