|
Blender
V2.93
|
#include <idprop_py_api.h>
Public Attributes | |
| PyObject_VAR_HEAD struct ID * | id |
| struct IDProperty * | prop |
| struct IDProperty * | parent |
Definition at line 38 of file idprop_py_api.h.
| PyObject_VAR_HEAD struct ID* BPy_IDProperty::id |
Definition at line 40 of file idprop_py_api.h.
Referenced by idprop_py_from_idp_group().
| struct IDProperty* BPy_IDProperty::parent |
Definition at line 42 of file idprop_py_api.h.
Referenced by idprop_py_from_idp_group().
| struct IDProperty* BPy_IDProperty::prop |
Definition at line 41 of file idprop_py_api.h.
Referenced by BPy_IDGroup_update(), and idprop_py_from_idp_group().