FBPropertyFlag Class Reference

FBPropertyFlag Class Reference

#include <mobu-python-api.h>

Class Description

Available flags for FBProperty objects.

Note
Property flags are not saved into FBX files.
+ Inheritance diagram for FBPropertyFlag:

Public Attributes

object kFBPropertyFlagNotSet
 
object kFBPropertyFlagHideProperty
 This flag is used to show/hide the property in the propertiview. More...
 
object kFBPropertyFlagForceStaticProperty
 
object kFBPropertyFlagDisableProperty
 
object kFBPropertyFlagAnimated
 
object kFBPropertyFlagNotSavable
 Should not be saved to or loaded from an FBX file. More...
 
object kFBPropertyFlagReadOnly
 
object kFBPropertyFlagNotUserDeletable
 
object kFBValueAllocated
 The value has been allocated and must be delete in destructor. More...
 
object kFBDynamicHidden
 This flag is used to show/hide the property in the propertiview. More...
 
object kFBSlaveSetByMaster
 Slave property can be modified, valid only when the master property is modified. More...
 
object kFBLoadedUserProperty
 This property is loaded from file. More...
 

Member Data Documentation

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

object kFBLoadedUserProperty

This property is loaded from file.

object kFBPropertyFlagAnimated
object kFBPropertyFlagDisableProperty
object kFBPropertyFlagForceStaticProperty
object 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.

object kFBPropertyFlagNotSavable

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

object kFBPropertyFlagNotSet
object kFBPropertyFlagNotUserDeletable
object kFBPropertyFlagReadOnly
object kFBSlaveSetByMaster

Slave property can be modified, valid only when the master property is modified.

object kFBValueAllocated

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