#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 |
Save the element (when saving). More... | |
object | kFBElementActionAppend |
Append the elements to the current scene elements (when loading or merging). More... | |
object | kFBElementActionMerge |
Merge the elements from the file in the current scene (when merging). More... | |
object | kFBElementActionDiscard |
Do not consider the element (when loading, merging and saving). More... | |
object kFBElementActionAppend |
Append the elements to the current scene elements (when loading or merging).
object kFBElementActionDiscard |
Do not consider the element (when loading, merging and saving).
object kFBElementActionMerge |
Merge the elements from the file in the current scene (when merging).
object kFBElementActionSave |
Save the element (when saving).