Blender
V3.3
|
Public Attributes | |
bool | track_active |
bool | use_topology_distance |
bool | use_face_step |
bool | use_fill |
char | edge_mode |
struct CheckerIntervalParams | interval_params |
Definition at line 61 of file editmesh_path.c.
char PathSelectParams::edge_mode |
Definition at line 67 of file editmesh_path.c.
Referenced by edbm_shortest_path_pick_invoke(), mouse_mesh_shortest_path_edge(), and path_select_params_from_op().
struct CheckerIntervalParams PathSelectParams::interval_params |
Definition at line 67 of file editmesh_path.c.
Referenced by mouse_mesh_shortest_path_edge(), mouse_mesh_shortest_path_face(), mouse_mesh_shortest_path_vert(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and path_select_params_from_op().
bool PathSelectParams::track_active |
ensure the active element is the last selected item (handy for picking)
Definition at line 63 of file editmesh_path.c.
Referenced by edbm_shortest_path_pick_exec(), edbm_shortest_path_pick_invoke(), mouse_mesh_shortest_path_edge(), mouse_mesh_shortest_path_face(), mouse_mesh_shortest_path_vert(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), path_select_params_from_op(), uv_shortest_path_pick_exec(), and uv_shortest_path_pick_invoke().
bool PathSelectParams::use_face_step |
Definition at line 65 of file editmesh_path.c.
Referenced by mouse_mesh_shortest_path_edge(), mouse_mesh_shortest_path_face(), mouse_mesh_shortest_path_vert(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and path_select_params_from_op().
bool PathSelectParams::use_fill |
Definition at line 66 of file editmesh_path.c.
Referenced by mouse_mesh_shortest_path_edge(), mouse_mesh_shortest_path_face(), mouse_mesh_shortest_path_vert(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and path_select_params_from_op().
bool PathSelectParams::use_topology_distance |
Definition at line 64 of file editmesh_path.c.
Referenced by mouse_mesh_shortest_path_edge(), mouse_mesh_shortest_path_face(), mouse_mesh_shortest_path_vert(), mouse_mesh_uv_shortest_path_edge(), mouse_mesh_uv_shortest_path_face(), mouse_mesh_uv_shortest_path_vert(), and path_select_params_from_op().