|
Blender V4.5
|
#include <bmesh_path_uv.hh>
Public Attributes | |
| uint | use_topology_distance: 1 |
| uint | use_step_face: 1 |
| int | cd_loop_uv_offset |
| float | aspect_y |
Definition at line 16 of file bmesh_path_uv.hh.
| float BMCalcPathUVParams::aspect_y |
Definition at line 20 of file bmesh_path_uv.hh.
Referenced by BM_mesh_calc_path_uv_face(), edgetag_add_adjacent_uv(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and verttag_add_adjacent_uv().
| int BMCalcPathUVParams::cd_loop_uv_offset |
Definition at line 19 of file bmesh_path_uv.hh.
Referenced by BM_mesh_calc_path_uv_edge(), BM_mesh_calc_path_uv_vert(), edgetag_add_adjacent_uv(), facetag_add_adjacent_uv(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and verttag_add_adjacent_uv().
| uint BMCalcPathUVParams::use_step_face |
Definition at line 18 of file bmesh_path_uv.hh.
Referenced by edgetag_add_adjacent_uv(), facetag_add_adjacent_uv(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and verttag_add_adjacent_uv().
| uint BMCalcPathUVParams::use_topology_distance |
Definition at line 17 of file bmesh_path_uv.hh.
Referenced by edgetag_add_adjacent_uv(), facetag_add_adjacent_uv(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and verttag_add_adjacent_uv().