Blender  V3.3
Public Attributes | List of all members
BPy_PropertyArrayRNA Struct Reference

#include <bpy_rna.h>

Public Attributes

PyObject_HEAD PointerRNA ptr
 
PropertyRNAprop
 
int arraydim
 
int arrayoffset
 

Detailed Description

Definition at line 132 of file bpy_rna.h.

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 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

PropertyRNA* BPy_PropertyArrayRNA::prop

Definition at line 138 of file bpy_rna.h.

◆ ptr

PyObject_HEAD PointerRNA BPy_PropertyArrayRNA::ptr

Definition at line 137 of file bpy_rna.h.


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