|
Blender V4.5
|
Classes | |
| union | [union].py_data.__unnamed0__ |
Public Attributes | |
| PyObject * | get_fn |
| PyObject * | set_fn |
| PyObject * | update_fn |
| union | |
Only store #PyObject types, so this member can be cast to an array and iterated over. nullptr members are skipped.
Definition at line 129 of file bpy_props.cc.
| PyObject* BPyPropStore::[struct].py_data get_fn |
Wrap: RNA_def_property_*_funcs (depending on type).
| PyObject* BPyPropStore::[struct].py_data set_fn |
| PyObject* BPyPropStore::[struct].py_data update_fn |