Blender
V3.3
|
#include <bmesh_py_types.h>
Public Attributes | |
PyObject_VAR_HEAD struct BMesh * | bm |
struct BMLoop * | l |
Definition at line 76 of file bmesh_py_types.h.
PyObject_VAR_HEAD struct BMesh* BPy_BMLoop::bm |
Definition at line 78 of file bmesh_py_types.h.
Referenced by bpy_bm_utils_loop_separate().
struct BMLoop* BPy_BMLoop::l |
Definition at line 79 of file bmesh_py_types.h.
Referenced by bpy_bm_utils_loop_separate(), and bpy_bmedge_calc_tangent().