|
Blender V5.0
|
#include <bpy_rna.hh>
Public Attributes | |
| PyObject_HEAD std::optional< PointerRNA > | ptr |
| PropertyRNA * | prop |
Definition at line 144 of file bpy_rna.hh.
| PropertyRNA* BPy_PropertyRNA::prop |
Definition at line 151 of file bpy_rna.hh.
Referenced by py_msgbus_rna_key_from_py(), pyrna_dir_members_py(), pyrna_prop_collection_iter(), pyrna_prop_compare(), pyrna_property_init(), and pyrna_py_to_prop().
| PyObject_HEAD std::optional<PointerRNA> BPy_PropertyRNA::ptr |
Definition at line 150 of file bpy_rna.hh.
Referenced by py_msgbus_rna_key_from_py(), pyrna_dir_members_py(), pyrna_prop_collection_iter(), pyrna_prop_compare(), pyrna_prop_CreatePyObject(), pyrna_property_dealloc(), pyrna_property_init(), pyrna_property_new(), and pyrna_py_to_prop().