|
Blender
V3.3
|
Public Attributes | |
| float | aspect |
| Object * | obedit |
| BMEditMesh * | em |
| UvElementMap * | element_map |
| UvEdge * | uvedges |
| UvElement ** | uvs |
| int * | map |
| float * | normals |
| UvEdge * | edges |
| GHash * | edge_hash |
| bool * | island_is_stitchable |
| int | total_separate_edges |
| int | total_separate_uvs |
| void ** | selection_stack |
| int | selection_size |
| uint * | tris_per_island |
| StitchPreviewer * | stitch_preview |
Definition at line 132 of file uvedit_smart_stitch.c.
| float StitchState::aspect |
Definition at line 133 of file uvedit_smart_stitch.c.
| GHash* StitchState::edge_hash |
Definition at line 152 of file uvedit_smart_stitch.c.
| UvEdge* StitchState::edges |
Definition at line 150 of file uvedit_smart_stitch.c.
| UvElementMap* StitchState::element_map |
Definition at line 140 of file uvedit_smart_stitch.c.
Referenced by goto_next_island().
| BMEditMesh* StitchState::em |
Definition at line 137 of file uvedit_smart_stitch.c.
| bool* StitchState::island_is_stitchable |
Definition at line 154 of file uvedit_smart_stitch.c.
Referenced by goto_next_island().
| int* StitchState::map |
Definition at line 146 of file uvedit_smart_stitch.c.
| float* StitchState::normals |
Definition at line 148 of file uvedit_smart_stitch.c.
| Object* StitchState::obedit |
Definition at line 135 of file uvedit_smart_stitch.c.
| int StitchState::selection_size |
Definition at line 161 of file uvedit_smart_stitch.c.
| void** StitchState::selection_stack |
Definition at line 160 of file uvedit_smart_stitch.c.
| StitchPreviewer* StitchState::stitch_preview |
Definition at line 166 of file uvedit_smart_stitch.c.
| int StitchState::total_separate_edges |
Definition at line 157 of file uvedit_smart_stitch.c.
| int StitchState::total_separate_uvs |
Definition at line 158 of file uvedit_smart_stitch.c.
| uint* StitchState::tris_per_island |
Definition at line 164 of file uvedit_smart_stitch.c.
| UvEdge* StitchState::uvedges |
Definition at line 142 of file uvedit_smart_stitch.c.
| UvElement** StitchState::uvs |
Definition at line 144 of file uvedit_smart_stitch.c.