Blender V5.0
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

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().

◆ 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_property_array_init().

◆ prop

PropertyRNA* BPy_PropertyArrayRNA::prop

Definition at line 164 of file bpy_rna.hh.

Referenced by pyrna_property_array_init().

◆ ptr

PyObject_HEAD std::optional<PointerRNA> BPy_PropertyArrayRNA::ptr

Definition at line 163 of file bpy_rna.hh.

Referenced by pyrna_property_array_init().


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