Enumeration that describe the different actions available on a scene element depending on the current context. More...
#include <pyfbsdk_generated.h>
Public Attributes | |
kFBElementActionSave | |
Save the element (when saving). | |
kFBElementActionAppend | |
Append the elements to the current scene elements (when loading or merging). | |
kFBElementActionMerge | |
Merge the elements from the file in the current scene (when merging). | |
kFBElementActionDiscard | |
Do not consider the element (when loading, merging and saving). | |
Enumeration that describe the different actions available on a scene element depending on the current context.
kFBElementActionAppend |
Append the elements to the current scene elements (when loading or merging).
kFBElementActionDiscard |
Do not consider the element (when loading, merging and saving).
kFBElementActionMerge |
Merge the elements from the file in the current scene (when merging).
kFBElementActionSave |
Save the element (when saving).