Blender V2.61 - r43446
|
#include <idprop_py_api.h>
Public Attributes | |
PyObject_VAR_HEAD struct ID * | id |
struct IDProperty * | prop |
struct IDProperty * | parent |
PyObject * | data_wrap |
Definition at line 35 of file idprop_py_api.h.
PyObject* BPy_IDProperty::data_wrap |
Definition at line 40 of file idprop_py_api.h.
PyObject_VAR_HEAD struct ID* BPy_IDProperty::id |
Definition at line 37 of file idprop_py_api.h.
Referenced by idprop_py_from_idp_array(), and idprop_py_from_idp_group().
struct IDProperty* BPy_IDProperty::parent |
Definition at line 39 of file idprop_py_api.h.
Referenced by idprop_py_from_idp_group().
struct IDProperty* BPy_IDProperty::prop |
Definition at line 38 of file idprop_py_api.h.
Referenced by idprop_py_from_idp_array(), and idprop_py_from_idp_group().