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

Public Attributes

float rotation
 
float rotation_neg
 
float translation [2]
 
float medianPoint [2]
 
int numOfElements
 
int num_rot_elements
 
int num_rot_elements_neg
 
char addedForPreview
 
char stitchableCandidate
 
bool use_edge_rotation
 

Detailed Description

This is a straightforward implementation, count the UVs in the island that will move and take the mean displacement/rotation and apply it to all elements of the island except from the stitchable.

Definition at line 88 of file uvedit_smart_stitch.c.

Member Data Documentation

◆ addedForPreview

char IslandStitchData::addedForPreview

Definition at line 99 of file uvedit_smart_stitch.c.

Referenced by stitch_setup_face_preview_for_uv_group().

◆ medianPoint

float IslandStitchData::medianPoint[2]

Definition at line 94 of file uvedit_smart_stitch.c.

Referenced by stitch_calculate_island_snapping(), and stitch_process_data().

◆ num_rot_elements

int IslandStitchData::num_rot_elements

◆ num_rot_elements_neg

int IslandStitchData::num_rot_elements_neg

◆ numOfElements

int IslandStitchData::numOfElements

Definition at line 95 of file uvedit_smart_stitch.c.

Referenced by stitch_calculate_island_snapping(), and stitch_process_data().

◆ rotation

float IslandStitchData::rotation

◆ rotation_neg

float IslandStitchData::rotation_neg

◆ stitchableCandidate

char IslandStitchData::stitchableCandidate

◆ translation

float IslandStitchData::translation[2]

Definition at line 92 of file uvedit_smart_stitch.c.

Referenced by stitch_calculate_island_snapping(), and stitch_process_data().

◆ use_edge_rotation

bool IslandStitchData::use_edge_rotation

Definition at line 103 of file uvedit_smart_stitch.c.

Referenced by stitch_process_data().


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