|
Blender V5.0
|
#include <bmesh_py_types.hh>
Public Attributes | |
| PyObject_VAR_HEAD BMesh * | bm |
| BMFace * | f |
Definition at line 82 of file bmesh_py_types.hh.
| PyObject_VAR_HEAD BMesh* BPy_BMFace::bm |
Definition at line 84 of file bmesh_py_types.hh.
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().
| BMFace* BPy_BMFace::f |
Definition at line 85 of file bmesh_py_types.hh.
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().