|
Blender V4.3
|
#include <bmesh_py_types.hh>
Public Attributes | |
| PyObject_VAR_HEAD BMesh * | bm |
| BMFace * | f |
Definition at line 78 of file bmesh_py_types.hh.
| PyObject_VAR_HEAD BMesh* BPy_BMFace::bm |
Definition at line 80 of file bmesh_py_types.hh.
Referenced by 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 81 of file bmesh_py_types.hh.
Referenced by bpy_bm_geometry_intersect_face_point(), 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_bmloop_copy_from_face_interp(), and bpy_bmvert_copy_from_face_interp().