|
Blender V4.3
|
#include <bpy_rna.hh>
Public Attributes | |
| PyObject_HEAD PointerRNA | ptr |
| PropertyRNA * | prop |
| int | arraydim |
| int | arrayoffset |
Definition at line 146 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 156 of file bpy_rna.hh.
Referenced by pyrna_py_from_array_index().
| 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 158 of file bpy_rna.hh.
| PropertyRNA* BPy_PropertyArrayRNA::prop |
Definition at line 152 of file bpy_rna.hh.
| PyObject_HEAD PointerRNA BPy_PropertyArrayRNA::ptr |
Definition at line 151 of file bpy_rna.hh.