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

Public Attributes

bool clear_seams
 
bool use_limit
 
float limit_dist
 
bool snap_islands
 
bool midpoints
 
char mode
 
voiddraw_handle
 
int static_island
 
int objects_len
 
Object ** objects
 
StitchState ** states
 
int active_object_index
 

Detailed Description

Definition at line 170 of file uvedit_smart_stitch.c.

Member Data Documentation

◆ active_object_index

int StitchStateContainer::active_object_index

◆ clear_seams

bool StitchStateContainer::clear_seams

Definition at line 172 of file uvedit_smart_stitch.c.

Referenced by stitch_exit(), stitch_init_all(), and stitch_process_data().

◆ draw_handle

void* StitchStateContainer::draw_handle

Definition at line 184 of file uvedit_smart_stitch.c.

Referenced by stitch_exit(), and stitch_init_all().

◆ limit_dist

float StitchStateContainer::limit_dist

◆ midpoints

bool StitchStateContainer::midpoints

◆ mode

char StitchStateContainer::mode

◆ objects

Object** StitchStateContainer::objects

Definition at line 190 of file uvedit_smart_stitch.c.

Referenced by state_delete_all(), stitch_init_all(), and stitch_select().

◆ objects_len

int StitchStateContainer::objects_len

◆ snap_islands

bool StitchStateContainer::snap_islands

◆ states

StitchState** StitchStateContainer::states

◆ static_island

int StitchStateContainer::static_island

◆ use_limit

bool StitchStateContainer::use_limit

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