|
Blender V4.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 135 of file uvedit_smart_stitch.cc.
| float StitchState::aspect |
The aspect[0] / aspect[1].
Definition at line 137 of file uvedit_smart_stitch.cc.
| GHash* StitchState::edge_hash |
Definition at line 156 of file uvedit_smart_stitch.cc.
| UvEdge* StitchState::edges |
Definition at line 154 of file uvedit_smart_stitch.cc.
| UvElementMap* StitchState::element_map |
Definition at line 144 of file uvedit_smart_stitch.cc.
Referenced by goto_next_island().
| BMEditMesh* StitchState::em |
Definition at line 141 of file uvedit_smart_stitch.cc.
| bool* StitchState::island_is_stitchable |
Definition at line 158 of file uvedit_smart_stitch.cc.
Referenced by goto_next_island().
| int* StitchState::map |
Definition at line 150 of file uvedit_smart_stitch.cc.
| float* StitchState::normals |
Definition at line 152 of file uvedit_smart_stitch.cc.
| Object* StitchState::obedit |
Definition at line 139 of file uvedit_smart_stitch.cc.
| int StitchState::selection_size |
Definition at line 165 of file uvedit_smart_stitch.cc.
| void** StitchState::selection_stack |
Definition at line 164 of file uvedit_smart_stitch.cc.
| StitchPreviewer* StitchState::stitch_preview |
Definition at line 170 of file uvedit_smart_stitch.cc.
| int StitchState::total_separate_edges |
Definition at line 161 of file uvedit_smart_stitch.cc.
| int StitchState::total_separate_uvs |
Definition at line 162 of file uvedit_smart_stitch.cc.
| uint* StitchState::tris_per_island |
Definition at line 168 of file uvedit_smart_stitch.cc.
| UvEdge* StitchState::uvedges |
Definition at line 146 of file uvedit_smart_stitch.cc.
| UvElement** StitchState::uvs |
Definition at line 148 of file uvedit_smart_stitch.cc.