|
Blender V5.0
|
#include <bmesh_py_types.hh>
Public Attributes | |
| PyObject_VAR_HEAD BMesh * | bm |
| BMVert * | v |
Definition at line 70 of file bmesh_py_types.hh.
| PyObject_VAR_HEAD BMesh* BPy_BMVert::bm |
Definition at line 72 of file bmesh_py_types.hh.
Referenced by bpy_bm_utils_vert_dissolve(), bpy_bm_utils_vert_separate(), bpy_bm_utils_vert_splice(), and bpy_bmvertseq_new().
| BMVert* BPy_BMVert::v |
Definition at line 73 of file bmesh_py_types.hh.
Referenced by bpy_bm_utils_edge_split(), bpy_bm_utils_face_split(), bpy_bm_utils_face_vert_separate(), bpy_bm_utils_vert_collapse_edge(), bpy_bm_utils_vert_collapse_faces(), bpy_bm_utils_vert_dissolve(), bpy_bm_utils_vert_separate(), bpy_bm_utils_vert_splice(), bpy_bmedge_other_vert(), bpy_bmvertseq_new(), and bpy_bmvertseq_remove().