|
Blender
V2.93
|
#include <bmesh_py_types_customdata.h>
Public Attributes | |
| PyObject_VAR_HEAD struct BMesh * | bm |
| char | htype |
| int | type |
| int | index |
Definition at line 55 of file bmesh_py_types_customdata.h.
| PyObject_VAR_HEAD struct BMesh* BPy_BMLayerItem::bm |
Definition at line 57 of file bmesh_py_types_customdata.h.
Referenced by bpy_bmlayercollection_remove(), and bpy_bmlayeritem_ptr_get().
| char BPy_BMLayerItem::htype |
Definition at line 58 of file bmesh_py_types_customdata.h.
Referenced by bpy_bmlayercollection_remove(), bpy_bmlayeritem_copy_from(), and bpy_bmlayeritem_ptr_get().
| int BPy_BMLayerItem::index |
Definition at line 60 of file bmesh_py_types_customdata.h.
Referenced by bpy_bmlayercollection_remove(), bpy_bmlayeritem_copy_from(), and bpy_bmlayeritem_ptr_get().
| int BPy_BMLayerItem::type |
Definition at line 59 of file bmesh_py_types_customdata.h.
Referenced by bpy_bmlayercollection_remove(), bpy_bmlayeritem_copy_from(), BPy_BMLayerItem_GetItem(), bpy_bmlayeritem_ptr_get(), and BPy_BMLayerItem_SetItem().