|
Blender V4.3
|
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 64 of file uvedit_smart_stitch.cc.
| uint StitchPreviewer::num_polys |
Definition at line 70 of file uvedit_smart_stitch.cc.
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 81 of file uvedit_smart_stitch.cc.
Referenced by stitch_draw(), stitch_preview_init(), and stitch_process_data().
| uint StitchPreviewer::num_stitchable |
Definition at line 76 of file uvedit_smart_stitch.cc.
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 77 of file uvedit_smart_stitch.cc.
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 66 of file uvedit_smart_stitch.cc.
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 73 of file uvedit_smart_stitch.cc.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().
| float* StitchPreviewer::preview_unstitchable |
Definition at line 74 of file uvedit_smart_stitch.cc.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().
| uint StitchPreviewer::preview_uvs |
Definition at line 78 of file uvedit_smart_stitch.cc.
Referenced by stitch_preview_init(), stitch_process_data(), and stitch_set_face_preview_buffer_position().
| float* StitchPreviewer::static_tris |
Definition at line 80 of file uvedit_smart_stitch.cc.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().
| uint* StitchPreviewer::uvs_per_polygon |
Definition at line 68 of file uvedit_smart_stitch.cc.
Referenced by stitch_draw(), stitch_preview_delete(), stitch_preview_init(), and stitch_process_data().