Blender  V3.3
Public Attributes | List of all members
StitchPreviewer Struct Reference

Public Attributes

floatpreview_polys
 
uintuvs_per_polygon
 
uint num_polys
 
floatpreview_stitchable
 
floatpreview_unstitchable
 
uint num_stitchable
 
uint num_unstitchable
 
uint preview_uvs
 
floatstatic_tris
 
uint num_static_tris
 

Detailed Description

Definition at line 61 of file uvedit_smart_stitch.c.

Member Data Documentation

◆ num_polys

uint StitchPreviewer::num_polys

Definition at line 67 of file uvedit_smart_stitch.c.

Referenced by stitch_draw(), and stitch_preview_init().

◆ num_static_tris

uint StitchPreviewer::num_static_tris

Definition at line 78 of file uvedit_smart_stitch.c.

Referenced by stitch_draw(), and stitch_preview_init().

◆ num_stitchable

uint StitchPreviewer::num_stitchable

Definition at line 73 of file uvedit_smart_stitch.c.

Referenced by stitch_draw(), and stitch_preview_init().

◆ num_unstitchable

uint StitchPreviewer::num_unstitchable

Definition at line 74 of file uvedit_smart_stitch.c.

Referenced by stitch_draw(), and stitch_preview_init().

◆ preview_polys

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().

◆ preview_stitchable

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().

◆ preview_unstitchable

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().

◆ preview_uvs

uint StitchPreviewer::preview_uvs

Definition at line 75 of file uvedit_smart_stitch.c.

Referenced by stitch_preview_init().

◆ static_tris

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().

◆ uvs_per_polygon

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().


The documentation for this struct was generated from the following file: