Blender V5.0
UVFace Struct Reference

Public Attributes

BMFacef
BMFaceattached_frep

Detailed Description

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.

Member Data Documentation

◆ attached_frep

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().

◆ f

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().


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