|
Blender V4.3
|
#include <bmesh_py_types_customdata.hh>
Public Attributes | |
| PyObject_VAR_HEAD BMesh * | bm |
| char | htype |
| int | type |
| int | index |
Access a specific layer directly.
Definition at line 43 of file bmesh_py_types_customdata.hh.
| PyObject_VAR_HEAD BMesh* BPy_BMLayerItem::bm |
Definition at line 45 of file bmesh_py_types_customdata.hh.
Referenced by BPy_BMLayerItem_GetItem(), bpy_bmlayeritem_ptr_get(), and BPy_BMLayerItem_SetItem().
| char BPy_BMLayerItem::htype |
Definition at line 46 of file bmesh_py_types_customdata.hh.
Referenced by bpy_bmlayeritem_ptr_get().
| int BPy_BMLayerItem::index |
Definition at line 48 of file bmesh_py_types_customdata.hh.
Referenced by BPy_BMLayerItem_GetItem(), and bpy_bmlayeritem_ptr_get().
| int BPy_BMLayerItem::type |
Definition at line 47 of file bmesh_py_types_customdata.hh.
Referenced by BPy_BMLayerItem_GetItem(), bpy_bmlayeritem_ptr_get(), and BPy_BMLayerItem_SetItem().