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

#include <idprop_py_api.h>

Public Attributes

PyObject_VAR_HEAD BPy_IDPropertygroup
 
struct IDPropertycur
 
int len_init
 
bool reversed
 

Detailed Description

Definition at line 56 of file idprop_py_api.h.

Member Data Documentation

◆ cur

struct IDProperty* BPy_IDGroup_Iter::cur

Definition at line 59 of file idprop_py_api.h.

Referenced by IDGroup_Iter_New_WithType().

◆ group

PyObject_VAR_HEAD BPy_IDProperty* BPy_IDGroup_Iter::group

Definition at line 58 of file idprop_py_api.h.

Referenced by IDGroup_Iter_New_WithType().

◆ len_init

int BPy_IDGroup_Iter::len_init

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

Definition at line 61 of file idprop_py_api.h.

Referenced by IDGroup_Iter_New_WithType().

◆ reversed

bool BPy_IDGroup_Iter::reversed

Iterate in the reverse direction.

Definition at line 63 of file idprop_py_api.h.

Referenced by IDGroup_Iter_New_WithType().


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