Blender V4.3
BPy_TypesModule_State Struct Reference

Public Attributes

PointerRNA ptr
 
PropertyRNAprop
 

Detailed Description

This could be a static variable as we only have one bpy.types module, it just keeps the data isolated to store in the module itself.

This data doesn't change one initialized.

Definition at line 7950 of file bpy_rna.cc.

Member Data Documentation

◆ prop

PropertyRNA* BPy_TypesModule_State::prop

RNA_BlenderRNA.structs, exposed as bpy.types

Definition at line 7954 of file bpy_rna.cc.

◆ ptr

PointerRNA BPy_TypesModule_State::ptr

RNA_BlenderRNA.

Definition at line 7952 of file bpy_rna.cc.

Referenced by BPY_rna_types().


The documentation for this struct was generated from the following file: