Blender
V3.3
|
#include <bmesh_py_types_customdata.h>
Public Attributes | |
PyObject_VAR_HEAD struct BMesh * | bm |
char | htype |
int | type |
int | index |
Access a specific layer directly.
Definition at line 40 of file bmesh_py_types_customdata.h.
PyObject_VAR_HEAD struct BMesh* BPy_BMLayerItem::bm |
Definition at line 42 of file bmesh_py_types_customdata.h.
Referenced by bpy_bmlayercollection_remove(), and bpy_bmlayeritem_ptr_get().
char BPy_BMLayerItem::htype |
Definition at line 43 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 45 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 44 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().