Blender
V3.3
|
#include <idprop_py_api.h>
Public Attributes | |
PyObject_VAR_HEAD BPy_IDProperty * | group |
struct IDProperty * | cur |
int | len_init |
bool | reversed |
Definition at line 56 of file idprop_py_api.h.
struct IDProperty* BPy_IDGroup_Iter::cur |
Definition at line 59 of file idprop_py_api.h.
Referenced by IDGroup_Iter_New_WithType().
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().
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().
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().