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

Enumeration that describe the different actions available on a scene element depending on the current context. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBElementAction:

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).

 

Detailed Description

Enumeration that describe the different actions available on a scene element depending on the current context.


Member Data Documentation

◆ kFBElementActionAppend

kFBElementActionAppend

Append the elements to the current scene elements (when loading or merging).

◆ kFBElementActionDiscard

kFBElementActionDiscard

Do not consider the element (when loading, merging and saving).

◆ kFBElementActionMerge

kFBElementActionMerge

Merge the elements from the file in the current scene (when merging).

◆ kFBElementActionSave

kFBElementActionSave

Save the element (when saving).