This reference page is linked to from the following overview topics: File Options.
#include <mobu-python-api.h>
Enumeration that describe the different actions available on a scene element depending on the current context.
Public Attributes |
|
object | kFBElementActionSave |
object | kFBElementActionAppend |
object | kFBElementActionMerge |
object | kFBElementActionDiscard |
object kFBElementActionSave |
object kFBElementActionAppend |
Append the elements to the current scene elements (when loading or merging).
object kFBElementActionMerge |
Merge the elements from the file in the current scene (when merging).
object kFBElementActionDiscard |
Do not consider the element (when loading, merging and saving).