#include <bpy_rna.h>
Definition at line 132 of file bpy_rna.h.
◆ arraydim
int BPy_PropertyArrayRNA::arraydim |
Array dimension, e.g: 0 for face.uv, 2 for face.uv[n][m], etc.
Definition at line 142 of file bpy_rna.h.
◆ arrayoffset
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 144 of file bpy_rna.h.
◆ prop
◆ ptr
PyObject_HEAD PointerRNA BPy_PropertyArrayRNA::ptr |
The documentation for this struct was generated from the following file: