Blender
V3.3
|
Public Attributes | |
bool | clear_seams |
bool | use_limit |
float | limit_dist |
bool | snap_islands |
bool | midpoints |
char | mode |
void * | draw_handle |
int | static_island |
int | objects_len |
Object ** | objects |
StitchState ** | states |
int | active_object_index |
Definition at line 170 of file uvedit_smart_stitch.c.
int StitchStateContainer::active_object_index |
Definition at line 193 of file uvedit_smart_stitch.c.
Referenced by goto_next_island(), stitch_exit(), stitch_init_all(), stitch_modal(), stitch_process_data(), stitch_validate_edge_stitchability(), and stitch_validate_uv_stitchability().
bool StitchStateContainer::clear_seams |
Definition at line 172 of file uvedit_smart_stitch.c.
Referenced by stitch_exit(), stitch_init_all(), and stitch_process_data().
void* StitchStateContainer::draw_handle |
Definition at line 184 of file uvedit_smart_stitch.c.
Referenced by stitch_exit(), and stitch_init_all().
float StitchStateContainer::limit_dist |
Definition at line 176 of file uvedit_smart_stitch.c.
Referenced by stitch_check_edges_stitchable(), stitch_check_uvs_stitchable(), stitch_exit(), stitch_init_all(), stitch_modal(), and stitch_update_header().
bool StitchStateContainer::midpoints |
Definition at line 180 of file uvedit_smart_stitch.c.
Referenced by stitch_check_edges_state_stitchable(), stitch_check_uvs_state_stitchable(), stitch_exit(), stitch_init_all(), stitch_island_calculate_vert_rotation(), stitch_modal(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_setup_face_preview_for_uv_group(), and stitch_update_header().
char StitchStateContainer::mode |
Definition at line 182 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_exit(), stitch_init(), stitch_init_all(), stitch_island_calculate_edge_rotation(), stitch_process_data(), stitch_select(), stitch_switch_selection_mode_all(), and stitch_update_header().
Object** StitchStateContainer::objects |
Definition at line 190 of file uvedit_smart_stitch.c.
Referenced by state_delete_all(), stitch_init_all(), and stitch_select().
int StitchStateContainer::objects_len |
Definition at line 189 of file uvedit_smart_stitch.c.
Referenced by goto_next_island(), state_delete_all(), stitch_draw(), stitch_exit(), stitch_init_all(), stitch_invoke(), stitch_process_data_all(), stitch_select(), and stitch_switch_selection_mode_all().
bool StitchStateContainer::snap_islands |
Definition at line 178 of file uvedit_smart_stitch.c.
Referenced by stitch_check_edges_state_stitchable(), stitch_check_uvs_state_stitchable(), stitch_exit(), stitch_init_all(), stitch_modal(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_setup_face_preview_for_uv_group(), and stitch_update_header().
StitchState** StitchStateContainer::states |
Definition at line 191 of file uvedit_smart_stitch.c.
Referenced by goto_next_island(), state_delete_all(), stitch_draw(), stitch_exit(), stitch_init_all(), stitch_invoke(), stitch_modal(), stitch_process_data(), stitch_process_data_all(), stitch_select(), stitch_switch_selection_mode_all(), stitch_validate_edge_stitchability(), and stitch_validate_uv_stitchability().
int StitchStateContainer::static_island |
Definition at line 186 of file uvedit_smart_stitch.c.
Referenced by goto_next_island(), stitch_exit(), stitch_init_all(), stitch_island_calculate_vert_rotation(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_setup_face_preview_for_uv_group(), stitch_validate_edge_stitchability(), and stitch_validate_uv_stitchability().
bool StitchStateContainer::use_limit |
Definition at line 174 of file uvedit_smart_stitch.c.
Referenced by stitch_check_edges_stitchable(), stitch_check_uvs_stitchable(), stitch_exit(), stitch_init_all(), stitch_modal(), and stitch_update_header().