Blender
V3.3
|
#include <bmesh_py_types.h>
Public Attributes | |
PyObject_VAR_HEAD struct BMesh * | bm |
struct BMElem * | ele |
Definition at line 45 of file bmesh_py_types.h.
PyObject_VAR_HEAD struct BMesh* BPy_BMElem::bm |
Definition at line 47 of file bmesh_py_types.h.
Referenced by bpy_bm_elem_copy_from(), bpy_bmeditselseq_contains(), BPy_BMElem_PySeq_As_Array_FAST(), bpy_bmelemseq_contains(), bpy_bmlayeritem_ptr_get(), and bpy_slot_from_py_elem_check().
struct BMElem* BPy_BMElem::ele |
Definition at line 48 of file bmesh_py_types.h.
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_ptr_get(), and bpy_slot_from_py_elem_check().