|
Blender V5.0
|
#include <bmesh_py_types.hh>
Public Attributes | |
| PyObject_VAR_HEAD BMesh * | bm |
| BMElem * | ele |
Definition at line 57 of file bmesh_py_types.hh.
| PyObject_VAR_HEAD BMesh* BPy_BMElem::bm |
Definition at line 59 of file bmesh_py_types.hh.
Referenced by bpy_bm_elem_copy_from(), bpy_bmeditselseq_contains(), BPy_BMElem_PySeq_As_Array_FAST(), bpy_bmelemseq_contains(), BPy_BMLayerItem_GetItem(), bpy_bmlayeritem_ptr_get(), BPy_BMLayerItem_SetItem(), and bpy_slot_from_py_elem_check().
| BMElem* BPy_BMElem::ele |
Definition at line 60 of file bmesh_py_types.hh.
Referenced by bpy_bm_elem_copy_from(), bpy_bmeditselseq_add(), bpy_bmeditselseq_contains(), bpy_bmeditselseq_discard(), bpy_bmeditselseq_remove(), BPy_BMElem_PySeq_As_Array_FAST(), bpy_bmelemseq_contains(), BPy_BMLayerItem_GetItem(), bpy_bmlayeritem_ptr_get(), BPy_BMLayerItem_SetItem(), and bpy_slot_from_py_elem_check().