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)
functions
Type :bpy_prop_collection of Function, (readonly)
identifier

Unique name used in the code and scripting

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

Human readable name

Type :string, default “”, (readonly)
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)

Inherited Properties

Inherited Functions

References

Previous topic

StringProperty(Property)

Next topic

StucciTexture(Texture)