Go to the source code of this file.
|
| LinkNode * | BM_mesh_calc_path_uv_region_vert (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, int cd_loop_uv_offset, bool(*filter_fn)(BMLoop *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1 |
| |
| LinkNode LinkNode * | BM_mesh_calc_path_uv_region_edge (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, int cd_loop_uv_offset, bool(*filter_fn)(BMLoop *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1 |
| |
| LinkNode LinkNode LinkNode * | BM_mesh_calc_path_uv_region_face (BMesh *bm, BMElem *ele_src, BMElem *ele_dst, int cd_loop_uv_offset, bool(*filter_fn)(BMFace *, void *user_data), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1 |
| |
◆ BM_mesh_calc_path_uv_region_edge()
◆ BM_mesh_calc_path_uv_region_face()
◆ BM_mesh_calc_path_uv_region_vert()
| LinkNode * BM_mesh_calc_path_uv_region_vert |
( |
BMesh * | bm, |
|
|
BMElem * | ele_src, |
|
|
BMElem * | ele_dst, |
|
|
int | cd_loop_uv_offset, |
|
|
bool(* | filter_fn )(BMLoop *, void *user_data), |
|
|
void * | user_data ) |