Blender
V3.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 61 of file uvedit_smart_stitch.c.
uint StitchPreviewer::num_polys |
Definition at line 67 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), and stitch_preview_init().
uint StitchPreviewer::num_static_tris |
Definition at line 78 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), and stitch_preview_init().
uint StitchPreviewer::num_stitchable |
Definition at line 73 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), and stitch_preview_init().
uint StitchPreviewer::num_unstitchable |
Definition at line 74 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), and stitch_preview_init().
float* StitchPreviewer::preview_polys |
Definition at line 63 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), and stitch_preview_init().
float* StitchPreviewer::preview_stitchable |
Definition at line 70 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), and stitch_preview_init().
float* StitchPreviewer::preview_unstitchable |
Definition at line 71 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), and stitch_preview_init().
uint StitchPreviewer::preview_uvs |
Definition at line 75 of file uvedit_smart_stitch.c.
Referenced by stitch_preview_init().
float* StitchPreviewer::static_tris |
Definition at line 77 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), and stitch_preview_init().
uint* StitchPreviewer::uvs_per_polygon |
Definition at line 65 of file uvedit_smart_stitch.c.
Referenced by stitch_draw(), stitch_preview_delete(), and stitch_preview_init().