Struct(bpy_struct)

base class — bpy_struct

class bpy.types.Struct(bpy_struct)

RNA structure definition

base

Struct definition this is derived from

Type:Struct, (readonly)
description

Description of the Struct’s purpose

Type:string, default “”, (readonly, never None)
functions
Type:bpy_prop_collection of Function, (readonly)
identifier

Unique name used in the code and scripting

Type:string, default “”, (readonly, never None)
name

Human readable name

Type:string, default “”, (readonly, never None)
name_property

Property that gives the name of the struct

Type:StringProperty, (readonly)
nested

Struct in which this struct is always nested, and to which it logically belongs

Type:Struct, (readonly)
properties

Properties in the struct

Type:bpy_prop_collection of Property, (readonly)
translation_context

Translation context of the struct’s name

Type:string, default “”, (readonly, never None)

Inherited Properties

Inherited Functions

References