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

Public Attributes

float aspect
 
Objectobedit
 
BMEditMeshem
 
UvElementMapelement_map
 
UvEdgeuvedges
 
UvElement ** uvs
 
int * map
 
floatnormals
 
UvEdgeedges
 
GHashedge_hash
 
boolisland_is_stitchable
 
int total_separate_edges
 
int total_separate_uvs
 
void ** selection_stack
 
int selection_size
 
uinttris_per_island
 
StitchPreviewerstitch_preview
 

Detailed Description

Definition at line 132 of file uvedit_smart_stitch.c.

Member Data Documentation

◆ aspect

float StitchState::aspect

Definition at line 133 of file uvedit_smart_stitch.c.

◆ edge_hash

GHash* StitchState::edge_hash

Definition at line 152 of file uvedit_smart_stitch.c.

◆ edges

UvEdge* StitchState::edges

Definition at line 150 of file uvedit_smart_stitch.c.

◆ element_map

UvElementMap* StitchState::element_map

Definition at line 140 of file uvedit_smart_stitch.c.

Referenced by goto_next_island().

◆ em

BMEditMesh* StitchState::em

Definition at line 137 of file uvedit_smart_stitch.c.

◆ island_is_stitchable

bool* StitchState::island_is_stitchable

Definition at line 154 of file uvedit_smart_stitch.c.

Referenced by goto_next_island().

◆ map

int* StitchState::map

Definition at line 146 of file uvedit_smart_stitch.c.

◆ normals

float* StitchState::normals

Definition at line 148 of file uvedit_smart_stitch.c.

◆ obedit

Object* StitchState::obedit

Definition at line 135 of file uvedit_smart_stitch.c.

◆ selection_size

int StitchState::selection_size

Definition at line 161 of file uvedit_smart_stitch.c.

◆ selection_stack

void** StitchState::selection_stack

Definition at line 160 of file uvedit_smart_stitch.c.

◆ stitch_preview

StitchPreviewer* StitchState::stitch_preview

Definition at line 166 of file uvedit_smart_stitch.c.

◆ total_separate_edges

int StitchState::total_separate_edges

Definition at line 157 of file uvedit_smart_stitch.c.

◆ total_separate_uvs

int StitchState::total_separate_uvs

Definition at line 158 of file uvedit_smart_stitch.c.

◆ tris_per_island

uint* StitchState::tris_per_island

Definition at line 164 of file uvedit_smart_stitch.c.

◆ uvedges

UvEdge* StitchState::uvedges

Definition at line 142 of file uvedit_smart_stitch.c.

◆ uvs

UvElement** StitchState::uvs

Definition at line 144 of file uvedit_smart_stitch.c.


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