Blender V4.3
BPy_PropertyArrayRNA Struct Reference

#include <bpy_rna.hh>

Public Attributes

PyObject_HEAD PointerRNA ptr
 
PropertyRNAprop
 
int arraydim
 
int arrayoffset
 

Detailed Description

Definition at line 146 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 156 of file bpy_rna.hh.

Referenced by pyrna_py_from_array_index().

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

◆ prop

PropertyRNA* BPy_PropertyArrayRNA::prop

Definition at line 152 of file bpy_rna.hh.

◆ ptr

PyObject_HEAD PointerRNA BPy_PropertyArrayRNA::ptr

Definition at line 151 of file bpy_rna.hh.


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