Package bpy :: Module types :: Class EnumProperty
[hide private]
[frames] | no frames]

Class EnumProperty


The Enum Definition Object

RNA enumeration property definition, to choose from a number of predefined options.

(no references to this struct found)

Instance Variables [hide private]
enum (readonly) default
Default value for this enum in...
string (readonly) description
Description of the property for tooltips. (Inherited from bpy.types.Property)
boolean (readonly) editable
Property is editable through RNA. (Inherited from bpy.types.Property)
string (readonly) identifier
Unique name used in the code and scripting. (Inherited from bpy.types.Property)
Collection of EnumPropertyItem (readonly) items
Possible values for the property.
string (readonly) name
Human readable name. (Inherited from bpy.types.Property)
boolean (readonly) registered
Property is registerd as part of type registration. (Inherited from bpy.types.Property)
boolean (readonly) registered_optional
Property is optionally registerd as part of type registration. (Inherited from bpy.types.Property)
Struct (readonly) srna
Struct definition used for properties assigned to this item. (Inherited from bpy.types.Property)
enum (readonly) subtype
Semantic interpretation of the property. (Inherited from bpy.types.Property)
enum (readonly) type
Data type of the property. (Inherited from bpy.types.Property)
enum (readonly) unit
Type of units for this property. (Inherited from bpy.types.Property)
boolean (readonly) use_return
True when this property is a return value from an rna function.. (Inherited from bpy.types.Property)
Instance Variable Details [hide private]

default

Default value for this enum in...
  • DUMMY
Type:
enum (readonly)