|
Blender V5.0
|
Public Attributes | |
| BMFace * | f |
| BMFace * | attached_frep |
Auxiliary structure representing bevel face created by bev_create_ngon function. It holds reference to both newly create ngon and a representative face (from the original mesh) it is attached to. This information helps with merging UVs - bevel faces that share the same attached_frep pointer should have their neighboring UV verts connected.
Definition at line 211 of file bmesh_bevel.cc.
| BMFace* UVFace::attached_frep |
BMFace of the original mesh to which bevel face f is attached in UV space.
Definition at line 215 of file bmesh_bevel.cc.
Referenced by register_uv_face(), and update_uv_vert_map().
| BMFace* UVFace::f |
BMesh face which this UVFace represents.
Definition at line 213 of file bmesh_bevel.cc.
Referenced by register_uv_face(), and update_uv_vert_map().