Blender
V3.3
|
Public Attributes | |
struct Ref * | next |
struct Ref * | prev |
void * | ref |
Definition at line 115 of file editmesh_knife.c.
struct Ref* Ref::next |
Definition at line 116 of file editmesh_knife.c.
Referenced by bm_elem_from_knife_vert(), find_ref(), knife_calculate_snap_ref_edges(), knife_find_closest_edge_of_face(), knife_find_common_face(), knife_find_line_hits(), knife_make_cuts(), knife_make_face_cuts(), knife_ray_intersect_face(), knife_sample_screen_density_from_closest_face(), knife_snap_angle_relative(), knife_split_edge(), knifetool_draw_visible_angles(), and knifetool_undo().
struct Ref * Ref::prev |
Definition at line 116 of file editmesh_knife.c.
void* Ref::ref |
Definition at line 117 of file editmesh_knife.c.
Referenced by bm_elem_from_knife_vert(), find_ref(), knife_append_list(), knife_calculate_snap_ref_edges(), knife_find_closest_edge_of_face(), knife_find_common_face(), knife_find_line_hits(), knife_make_cuts(), knife_make_face_cuts(), knife_ray_intersect_face(), knife_sample_screen_density_from_closest_face(), knife_snap_angle_relative(), knife_split_edge(), knifetool_draw_visible_angles(), and knifetool_undo().