Python Reference Guide
 
Loading...
Searching...
No Matches
FBTakeSpanOnLoad Class Reference

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

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTakeSpanOnLoad:

Public Attributes

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

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

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

 

Detailed Description

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


Member Data Documentation

◆ kFBFrameAnimation

kFBFrameAnimation

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

◆ kFBImportFromFile

kFBImportFromFile

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

◆ kFBLeaveAsIs

kFBLeaveAsIs

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