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

#include <idprop_py_api.h>

Public Attributes

PyObject_VAR_HEAD BPy_IDPropertygroup
 
bool reversed
 

Detailed Description

Use to implement IDPropertyGroup.keys/values/items

Definition at line 67 of file idprop_py_api.h.

Member Data Documentation

◆ group

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 70 of file idprop_py_api.h.

Referenced by IDGroup_View_New_WithType().

◆ reversed

bool BPy_IDGroup_View::reversed

Definition at line 71 of file idprop_py_api.h.

Referenced by IDGroup_View_New_WithType().


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