Blender V4.5
BPy_PropertyArrayRNA Struct Reference

#include <bpy_rna.hh>

Public Attributes

PyObject_HEAD std::optional< PointerRNAptr
PropertyRNAprop
int arraydim
int arrayoffset

Detailed Description

Definition at line 154 of file bpy_rna.hh.

Member Data Documentation

◆ arraydim

int BPy_PropertyArrayRNA::arraydim

◆ 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 172 of file bpy_rna.hh.

Referenced by pyrna_prop_array_ass_subscript(), pyrna_prop_array_repr(), pyrna_property_array_init(), pyrna_py_from_array_index(), and pyrna_py_to_prop_array_index().

◆ prop

◆ ptr


The documentation for this struct was generated from the following file: