|
Blender V4.5
|
#include <bmesh_py_types.hh>
Public Attributes | |
| PyObject_VAR_HEAD BMesh * | bm |
| BMLoop * | l |
Definition at line 88 of file bmesh_py_types.hh.
| PyObject_VAR_HEAD BMesh* BPy_BMLoop::bm |
Definition at line 90 of file bmesh_py_types.hh.
Referenced by bpy_bm_utils_loop_separate(), bpy_bmloop_copy_from_face_interp(), BPy_BMLoop_CreatePyObject(), bpy_bmloop_edge_get(), bpy_bmloop_face_get(), bpy_bmloop_link_loop_next_get(), bpy_bmloop_link_loop_prev_get(), bpy_bmloop_link_loop_radial_next_get(), bpy_bmloop_link_loop_radial_prev_get(), bpy_bmloop_repr(), and bpy_bmloop_vert_get().
| BMLoop* BPy_BMLoop::l |
Definition at line 91 of file bmesh_py_types.hh.
Referenced by bpy_bm_utils_loop_separate(), bpy_bmedge_calc_tangent(), bpy_bmloop_calc_angle(), bpy_bmloop_calc_normal(), bpy_bmloop_calc_tangent(), bpy_bmloop_copy_from_face_interp(), BPy_BMLoop_CreatePyObject(), bpy_bmloop_edge_get(), bpy_bmloop_face_get(), bpy_bmloop_is_convex_get(), bpy_bmloop_link_loop_next_get(), bpy_bmloop_link_loop_prev_get(), bpy_bmloop_link_loop_radial_next_get(), bpy_bmloop_link_loop_radial_prev_get(), bpy_bmloop_repr(), and bpy_bmloop_vert_get().