|
Blender
V2.93
|
Public Attributes | |
| float * | preview_polys |
| uint * | uvs_per_polygon |
| uint | num_polys |
| float * | preview_stitchable |
| float * | preview_unstitchable |
| uint | num_stitchable |
| uint | num_unstitchable |
| uint | preview_uvs |
| float * | static_tris |
| uint | num_static_tris |
Definition at line 74 of file uvedit_smart_stitch.c.
| uint StitchPreviewer::num_polys |
Definition at line 80 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_init(), stitch_process_data(), and stitch_set_face_preview_buffer_position().
| uint StitchPreviewer::num_static_tris |
Definition at line 91 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_init(), and stitch_process_data().
| uint StitchPreviewer::num_stitchable |
Definition at line 86 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_init(), stitch_process_data(), stitch_validate_edge_stitchability(), and stitch_validate_uv_stitchability().
| uint StitchPreviewer::num_unstitchable |
Definition at line 87 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_init(), stitch_process_data(), stitch_validate_edge_stitchability(), and stitch_validate_uv_stitchability().
| float* StitchPreviewer::preview_polys |
Definition at line 76 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), stitch_draw(), stitch_preview_delete(), stitch_preview_init(), stitch_process_data(), and stitch_propagate_uv_final_position().
| float* StitchPreviewer::preview_stitchable |
Definition at line 83 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().
| float* StitchPreviewer::preview_unstitchable |
Definition at line 84 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().
| uint StitchPreviewer::preview_uvs |
Definition at line 88 of file uvedit_smart_stitch.c.
Referenced by stitch_preview_init(), stitch_process_data(), and stitch_set_face_preview_buffer_position().
| float* StitchPreviewer::static_tris |
Definition at line 90 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().
| uint* StitchPreviewer::uvs_per_polygon |
Definition at line 78 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().