|
Blender V5.0
|
#include <bpy_rna.hh>
Public Attributes | |
| PyObject_HEAD std::optional< PointerRNA > | ptr |
| PropertyRNA * | prop |
| int | arraydim |
| int | arrayoffset |
Definition at line 154 of file bpy_rna.hh.
| int BPy_PropertyArrayRNA::arraydim |
Array dimension, e.g: 0 for face.uv, 2 for face.uv[n][m], etc.
Definition at line 170 of file bpy_rna.hh.
Referenced by pyrna_property_array_init().
| int BPy_PropertyArrayRNA::arrayoffset |
Array first item offset, e.g. if face.uv is [4][2], arrayoffset for face.uv[n] is 2n.
Definition at line 172 of file bpy_rna.hh.
Referenced by pyrna_property_array_init().
| PropertyRNA* BPy_PropertyArrayRNA::prop |
Definition at line 164 of file bpy_rna.hh.
Referenced by pyrna_property_array_init().
| PyObject_HEAD std::optional<PointerRNA> BPy_PropertyArrayRNA::ptr |
Definition at line 163 of file bpy_rna.hh.
Referenced by pyrna_property_array_init().