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

Types of operation to execute when trying to write a file that already exists on disk. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBFileCreation:

Public Attributes

 kFBOverwrite
 Overwrite the existing file.

 
 kFBMerge
 Merge with the existing file. Not applicable when exporting with the FBX file format.

 
 kFBCancel
 Cancel the export of the current motion file only. Execution will continue for the other motion files, if any.

 
 kFBCancelAll
 Cancel the export of the current motion file and of all the remaining motion files, if any.

 

Detailed Description

Types of operation to execute when trying to write a file that already exists on disk.


Member Data Documentation

◆ kFBCancel

kFBCancel

Cancel the export of the current motion file only. Execution will continue for the other motion files, if any.

◆ kFBCancelAll

kFBCancelAll

Cancel the export of the current motion file and of all the remaining motion files, if any.

◆ kFBMerge

kFBMerge

Merge with the existing file. Not applicable when exporting with the FBX file format.

◆ kFBOverwrite

kFBOverwrite

Overwrite the existing file.