|
Blender V4.5
|
#include <idprop_py_api.hh>
Public Attributes | |
| PyObject_VAR_HEAD BPy_IDProperty * | group |
| bool | reversed |
Use to implement IDPropertyGroup.keys/values/items
Definition at line 71 of file idprop_py_api.hh.
| PyObject_VAR_HEAD BPy_IDProperty* BPy_IDGroup_View::group |
This will be NULL when accessing keys on data that has no ID properties.
Definition at line 74 of file idprop_py_api.hh.
Referenced by BPy_Group_View_len(), BPy_Group_ViewItems_Contains(), BPy_Group_ViewItems_iter(), BPy_Group_ViewKeys_Contains(), BPy_Group_ViewKeys_iter(), BPy_Group_ViewValues_Contains(), BPy_Group_ViewValues_iter(), BPy_IDGroup_View_clear(), BPy_IDGroup_View_dealloc(), BPy_IDGroup_View_is_gc(), BPy_IDGroup_View_repr(), BPy_IDGroup_View_reversed(), BPy_IDGroup_View_traverse(), and IDGroup_View_New_WithType().
| bool BPy_IDGroup_View::reversed |
Definition at line 75 of file idprop_py_api.hh.
Referenced by BPy_Group_ViewItems_iter(), BPy_Group_ViewKeys_iter(), BPy_Group_ViewValues_iter(), BPy_IDGroup_View_reversed(), and IDGroup_View_New_WithType().