|
Blender V4.3
|
#include <idprop_py_api.hh>
Public Attributes | |
| PyObject_VAR_HEAD BPy_IDProperty * | group |
| struct IDProperty * | cur |
| int | len_init |
| bool | reversed |
Definition at line 58 of file idprop_py_api.hh.
| struct IDProperty* BPy_IDGroup_Iter::cur |
Definition at line 61 of file idprop_py_api.hh.
| PyObject_VAR_HEAD BPy_IDProperty* BPy_IDGroup_Iter::group |
Definition at line 60 of file idprop_py_api.hh.
| 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.
| bool BPy_IDGroup_Iter::reversed |
Iterate in the reverse direction.
Definition at line 65 of file idprop_py_api.hh.