Blender
V3.3
|
#include <bmesh_py_types.h>
Public Attributes | |
PyObject_VAR_HEAD struct BMesh * | bm |
struct BMFace * | f |
Definition at line 70 of file bmesh_py_types.h.
PyObject_VAR_HEAD struct BMesh* BPy_BMFace::bm |
Definition at line 72 of file bmesh_py_types.h.
Referenced by bpy_bm_utils_face_flip(), bpy_bm_utils_face_split(), bpy_bm_utils_face_split_edgenet(), and bpy_bm_utils_face_vert_separate().
struct BMFace* BPy_BMFace::f |
Definition at line 73 of file bmesh_py_types.h.
Referenced by bpy_bm_geometry_intersect_face_point(), bpy_bm_utils_face_flip(), bpy_bm_utils_face_split(), bpy_bm_utils_face_split_edgenet(), bpy_bm_utils_face_vert_separate(), bpy_bmface_copy_from_face_interp(), bpy_bmfaceseq_new(), bpy_bmfaceseq_remove(), bpy_bmloop_copy_from_face_interp(), and bpy_bmvert_copy_from_face_interp().