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

Available flags for FBProperty objects.b>PropertyList: Actor. More...

#include <pyfbsdk.h>

Inheritance diagram for FBPropertyFlag:

Public Attributes

 kFBPropertyFlagNotSet
 
 kFBPropertyFlagHideProperty
 This flag is used to show/hide the property in the propertiview. However, when turn on/off HidePropertry flag, this property won't show/hide unless you reload the UI. The nodes hidden by this flag are removed from UI.

 
 kFBPropertyFlagForceStaticProperty
 
 kFBPropertyFlagDisableProperty
 
 kFBPropertyFlagDrivenProperty
 This is property is connected and driven by other same type of main property, and it always ask value from its main property.

 
 kFBPropertyFlagAnimated
 
 kFBPropertyFlagNotSavable
 Should not be saved to or loaded from an FBX file.

 
 kFBPropertyFlagReadOnly
 
 kFBPropertyFlagNotUserDeletable
 
 kFBValueAllocated
 The value has been allocated and must be delete in destructor.

 
 kFBDynamicHidden
 This flag is used to show/hide the property in the propertiview. When turn on/ff DynamicHidden flag, this property will show/hide. The nodes hidden by this flag still exist in UI.

 
 kFBDrivenSetByMain
 Driven property can be modified, valid only when the main property is modified.

 
 kFBLoadedUserProperty
 This property is loaded from file.

 

Detailed Description

Available flags for FBProperty objects.b>PropertyList: Actor.


Property flags are not saved into FBX files.

See sample: PropertyDrop.py.
These classes are under development and may change dramatically between versions.

Member Data Documentation

◆ kFBDrivenSetByMain

kFBDrivenSetByMain

Driven property can be modified, valid only when the main property is modified.

◆ kFBDynamicHidden

kFBDynamicHidden

This flag is used to show/hide the property in the propertiview. When turn on/ff DynamicHidden flag, this property will show/hide. The nodes hidden by this flag still exist in UI.

◆ kFBLoadedUserProperty

kFBLoadedUserProperty

This property is loaded from file.

◆ kFBPropertyFlagAnimated

kFBPropertyFlagAnimated

◆ kFBPropertyFlagDisableProperty

kFBPropertyFlagDisableProperty

◆ kFBPropertyFlagDrivenProperty

kFBPropertyFlagDrivenProperty

This is property is connected and driven by other same type of main property, and it always ask value from its main property.

◆ kFBPropertyFlagForceStaticProperty

kFBPropertyFlagForceStaticProperty

◆ kFBPropertyFlagHideProperty

kFBPropertyFlagHideProperty

This flag is used to show/hide the property in the propertiview. However, when turn on/off HidePropertry flag, this property won't show/hide unless you reload the UI. The nodes hidden by this flag are removed from UI.

◆ kFBPropertyFlagNotSavable

kFBPropertyFlagNotSavable

Should not be saved to or loaded from an FBX file.

◆ kFBPropertyFlagNotSet

kFBPropertyFlagNotSet

◆ kFBPropertyFlagNotUserDeletable

kFBPropertyFlagNotUserDeletable

◆ kFBPropertyFlagReadOnly

kFBPropertyFlagReadOnly

◆ kFBValueAllocated

kFBValueAllocated

The value has been allocated and must be delete in destructor.