|
Blender V4.3
|
Public Attributes | |
| PyObject_VAR_HEAD float * | uv |
| bool * | vert_select |
| bool * | edge_select |
| bool * | pin |
| BMLoop * | loop |
Definition at line 46 of file bmesh_py_types_meshdata.cc.
| bool* BPy_BMLoopUV::edge_select |
Definition at line 56 of file bmesh_py_types_meshdata.cc.
Referenced by BPy_BMLoopUV_AssignPyObject().
| BMLoop* BPy_BMLoopUV::loop |
Definition at line 58 of file bmesh_py_types_meshdata.cc.
| bool* BPy_BMLoopUV::pin |
Definition at line 57 of file bmesh_py_types_meshdata.cc.
Referenced by BPy_BMLoopUV_AssignPyObject().
| PyObject_VAR_HEAD float* BPy_BMLoopUV::uv |
Definition at line 48 of file bmesh_py_types_meshdata.cc.
Referenced by BPy_BMLoopUV_AssignPyObject().
| bool* BPy_BMLoopUV::vert_select |
Definition at line 55 of file bmesh_py_types_meshdata.cc.
Referenced by BPy_BMLoopUV_AssignPyObject().