|
Blender V4.3
|
Public Attributes | |
| bool | track_active |
| bool | use_topology_distance |
| bool | use_face_step |
| bool | use_fill |
| char | edge_mode |
| CheckerIntervalParams | interval_params |
Definition at line 65 of file editmesh_path.cc.
| char PathSelectParams::edge_mode |
Definition at line 71 of file editmesh_path.cc.
Referenced by edbm_shortest_path_pick_invoke(), edgetag_set_cb(), edgetag_test_cb(), mouse_mesh_shortest_path_edge(), mouse_mesh_shortest_path_face(), mouse_mesh_shortest_path_vert(), and path_select_params_from_op().
| CheckerIntervalParams PathSelectParams::interval_params |
Definition at line 72 of file editmesh_path.cc.
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(), path_select_params_from_op(), 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 67 of file editmesh_path.cc.
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(), path_select_params_from_op(), uv_shortest_path_pick_exec(), and uv_shortest_path_pick_invoke().
| bool PathSelectParams::use_face_step |
Definition at line 69 of file editmesh_path.cc.
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(), path_select_params_from_op(), and path_select_params_from_op().
| bool PathSelectParams::use_fill |
Definition at line 70 of file editmesh_path.cc.
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(), path_select_params_from_op(), and path_select_params_from_op().
| bool PathSelectParams::use_topology_distance |
Definition at line 68 of file editmesh_path.cc.
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(), path_select_params_from_op(), and path_select_params_from_op().