Blender
V3.3
|
#include <bmesh_py_types.h>
Public Attributes | |
PyObject_VAR_HEAD struct BMesh * | bm |
struct BMVert * | v |
Definition at line 58 of file bmesh_py_types.h.
PyObject_VAR_HEAD struct BMesh* BPy_BMVert::bm |
Definition at line 60 of file bmesh_py_types.h.
Referenced by bpy_bm_utils_vert_dissolve(), bpy_bm_utils_vert_separate(), bpy_bm_utils_vert_splice(), and bpy_bmvertseq_new().
struct BMVert* BPy_BMVert::v |
Definition at line 61 of file bmesh_py_types.h.
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().