|
Blender V5.0
|
Public Attributes | |
| std::optional< PointerRNA > | ptr |
| PropertyRNA * | prop |
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 once initialized.
Definition at line 8749 of file bpy_rna.cc.
| PropertyRNA* BPy_TypesModule_State::prop |
RNA_BlenderRNA.structs, exposed as bpy.types
Definition at line 8753 of file bpy_rna.cc.
| std::optional<PointerRNA> BPy_TypesModule_State::ptr |
RNA_BlenderRNA.
Definition at line 8751 of file bpy_rna.cc.