this file contain FBApplication class interface
Definition in file fbapplication.h.
|
enum | FBBatchProcessType { kFBBatchProcessTypeLoad,
kFBBatchProcessTypeSave,
kFBBatchProcessTypeConvert
} |
| Different process type for the batch. More...
|
|
enum | FBBatchFileFormat {
kFBBatchFileFormatTRC,
kFBBatchFileFormatC3D,
kFBBatchFileFormatAMC,
kFBBatchFileFormatBVH,
kFBBatchFileFormatHTR,
kFBBatchFileFormatFBX
} |
| Different file formats for the batch. More...
|
|
enum | FBBatchOnTakeExist { kFBBatchOnTakeExistOverwrite,
kFBBatchOnTakeExistSkip
} |
| Different actions to perform when a take already exist while in a batch process. More...
|
|
enum | FBBatchOnContainsBatchTakes { kFBBatchOnContainsBatchTakesSaveBatchTakesOnly,
kFBBatchOnContainsBatchTakesSaveAllTakes
} |
| Different actions to perform when a scene already contains batch takes while in a batch process. More...
|
|
enum | FBBatchStatus {
kFBBatchStatusSuccess,
kFBBatchStatusError,
kFBBatchStatusCharacterNotSpecified,
kFBBatchStatusCharacterNotCharacterized,
kFBBatchStatusCharacterHasNoReference,
kFBBatchStatusInputActorNotSpecified,
kFBBatchStatusActorInputMarkersetNotSpecified,
kFBBatchStatusActorInputMarkersetHasNoReferenceModel,
kFBBatchStatusActorInputMarkersetNotCorrectlyAssociated,
kFBBatchStatusInputCharacterNotCharacterized,
kFBBatchStatusInputCharacterHasNoReference,
kFBBatchStatusInputDirectoryNotValid,
kFBBatchStatusAsfSkeletonFileNotSpecified,
kFBBatchStatusCantOpenAsfSkeletonFile,
kFBBatchStatusOutputDirectoryNotValid
} |
| Different return values of the Batch process. More...
|
|
enum | FBRotationFilter { kFBRotationFilterNone,
kFBRotationFilterGimbleKiller,
kFBRotationFilterUnroll
} |
| Rotation filters. More...
|
|
enum | FBPlotTangentMode {
kFBPlotTangentModeSmooth,
kFBPlotTangentModeSmoothClamp,
kFBPlotTangentModeSpline,
kFBPlotTangentModeSplineClamp,
kFBPlotTangentModeAuto
} |
| The tangent mode for plotted curve. More...
|
|
enum | FBViewerMode {
kFBViewerModeOneWindow,
kFBViewerModeTwoWindow,
kFBViewerModeThreeWindow,
kFBViewerModeFourWindow,
kFBViewerModeSchematic
} |
| Different viewer modes for the 3D viewer. More...
|
|
enum | FBOneClickApplication { kFBOneClickNone,
kFBOneClickMaya,
kFBOneClick3dsMax,
kFBOneClickSoftimage
} |
| Possible application for One-Click interop with MotionBuilder. More...
|
|