Types of operation to execute when trying to write a file that already exists on disk. More...
#include <pyfbsdk.h>
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. | |
Types of operation to execute when trying to write a file that already exists on disk.
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.
kFBMerge |
Merge with the existing file. Not applicable when exporting with the FBX file format.
kFBOverwrite |
Overwrite the existing file.