Blender V4.3
BPy_IDGroup_Iter Struct Reference

#include <idprop_py_api.hh>

Public Attributes

PyObject_VAR_HEAD BPy_IDPropertygroup
 
struct IDPropertycur
 
int len_init
 
bool reversed
 

Detailed Description

Definition at line 58 of file idprop_py_api.hh.

Member Data Documentation

◆ cur

struct IDProperty* BPy_IDGroup_Iter::cur

Definition at line 61 of file idprop_py_api.hh.

◆ group

PyObject_VAR_HEAD BPy_IDProperty* BPy_IDGroup_Iter::group

Definition at line 60 of file idprop_py_api.hh.

◆ len_init

int BPy_IDGroup_Iter::len_init

Use for detecting manipulation during iteration (which is not allowed).

Definition at line 63 of file idprop_py_api.hh.

◆ reversed

bool BPy_IDGroup_Iter::reversed

Iterate in the reverse direction.

Definition at line 65 of file idprop_py_api.hh.


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