Blender  V3.3
Functions
bmesh_path_region_uv.h File Reference

Go to the source code of this file.

Functions

struct LinkNodeBM_mesh_calc_path_uv_region_vert (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, uint cd_loop_uv_offset, bool(*filter_fn)(BMLoop *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1
 
struct LinkNode struct LinkNodeBM_mesh_calc_path_uv_region_edge (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, uint cd_loop_uv_offset, bool(*filter_fn)(BMLoop *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1
 
struct LinkNode struct LinkNode struct LinkNodeBM_mesh_calc_path_uv_region_face (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, uint cd_loop_uv_offset, bool(*filter_fn)(BMFace *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1
 

Function Documentation

◆ BM_mesh_calc_path_uv_region_edge()

struct LinkNode struct LinkNode* BM_mesh_calc_path_uv_region_edge ( BMesh bm,
BMElem ele_src,
BMElem ele_dst,
uint  cd_loop_uv_offset,
bool(*)(BMLoop *, void *user_data filter_fn,
void user_data 
)

◆ BM_mesh_calc_path_uv_region_face()

struct LinkNode struct LinkNode struct LinkNode* BM_mesh_calc_path_uv_region_face ( BMesh bm,
BMElem ele_src,
BMElem ele_dst,
uint  cd_loop_uv_offset,
bool(*)(BMFace *, void *user_data filter_fn,
void user_data 
)

◆ BM_mesh_calc_path_uv_region_vert()

struct LinkNode* BM_mesh_calc_path_uv_region_vert ( BMesh bm,
BMElem ele_src,
BMElem ele_dst,
uint  cd_loop_uv_offset,
bool(*)(BMLoop *, void *user_data filter_fn,
void user_data 
)