Blender V4.3
BPy_BMLoopUV Struct Reference

Public Attributes

PyObject_VAR_HEAD floatuv
 
bool * vert_select
 
bool * edge_select
 
bool * pin
 
BMLooploop
 

Detailed Description

Definition at line 46 of file bmesh_py_types_meshdata.cc.

Member Data Documentation

◆ edge_select

bool* BPy_BMLoopUV::edge_select

Definition at line 56 of file bmesh_py_types_meshdata.cc.

Referenced by BPy_BMLoopUV_AssignPyObject().

◆ loop

BMLoop* BPy_BMLoopUV::loop

Definition at line 58 of file bmesh_py_types_meshdata.cc.

◆ pin

bool* BPy_BMLoopUV::pin

Definition at line 57 of file bmesh_py_types_meshdata.cc.

Referenced by BPy_BMLoopUV_AssignPyObject().

◆ uv

PyObject_VAR_HEAD float* BPy_BMLoopUV::uv

Definition at line 48 of file bmesh_py_types_meshdata.cc.

Referenced by BPy_BMLoopUV_AssignPyObject().

◆ vert_select

bool* BPy_BMLoopUV::vert_select

Definition at line 55 of file bmesh_py_types_meshdata.cc.

Referenced by BPy_BMLoopUV_AssignPyObject().


The documentation for this struct was generated from the following file: