Navigation

  • index
  • modules |
  • next |
  • previous |
  • Blender 2.74.5 - API documentation »
  • Types (bpy.types) »

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)
default_flag¶

Default value for this enum

Type:enum set in {‘DUMMY’}, default {}, (readonly)
enum_items¶

Possible values for the property

Type:bpy_prop_collection of EnumPropertyItem, (readonly)

Inherited Properties

  • bpy_struct.id_data
  • Property.name
  • Property.identifier
  • Property.description
  • Property.translation_context
  • Property.type
  • Property.subtype
  • Property.srna
  • Property.unit
  • Property.icon
  • Property.is_readonly
  • Property.is_animatable
  • Property.is_required
  • Property.is_argument_optional
  • Property.is_never_none
  • Property.is_hidden
  • Property.is_skip_save
  • Property.is_output
  • Property.is_registered
  • Property.is_registered_optional
  • Property.is_runtime
  • Property.is_enum_flag
  • Property.is_library_editable

Inherited Functions

  • bpy_struct.as_pointer
  • bpy_struct.driver_add
  • bpy_struct.driver_remove
  • bpy_struct.get
  • bpy_struct.is_property_hidden
  • bpy_struct.is_property_readonly
  • bpy_struct.is_property_set
  • bpy_struct.items
  • bpy_struct.keyframe_delete
  • bpy_struct.keyframe_insert
  • bpy_struct.keys
  • bpy_struct.path_from_id
  • bpy_struct.path_resolve
  • bpy_struct.property_unset
  • bpy_struct.type_recast
  • bpy_struct.values

Previous topic

EffectorWeights(bpy_struct)

Next topic

EnumPropertyItem(bpy_struct)

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Blender 2.74.5 - API documentation »
  • Types (bpy.types) »
© Copyright Blender Foundation. Created using Sphinx 1.3.1.