EnumProperty(Property)

base classes — bpy_struct, Property

class bpy.types.EnumProperty(Property)

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

default

Default value for this enum

Type :enum in [‘DUMMY’], default ‘DUMMY’, (readonly)
items

Possible values for the property

Type :Collection of EnumPropertyItem, (readonly)

Inherited Properties

Inherited Functions

Previous topic

EffectorWeights(bpy_struct)

Next topic

EnumPropertyItem(bpy_struct)