|
Blender
V3.3
|
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 |
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.
| char IslandStitchData::addedForPreview |
Definition at line 99 of file uvedit_smart_stitch.c.
Referenced by stitch_setup_face_preview_for_uv_group().
| float IslandStitchData::medianPoint[2] |
Definition at line 94 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), and stitch_process_data().
| int IslandStitchData::num_rot_elements |
Definition at line 96 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), stitch_island_calculate_edge_rotation(), and stitch_island_calculate_vert_rotation().
| int IslandStitchData::num_rot_elements_neg |
Definition at line 97 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), stitch_island_calculate_edge_rotation(), and stitch_island_calculate_vert_rotation().
| int IslandStitchData::numOfElements |
Definition at line 95 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), and stitch_process_data().
| float IslandStitchData::rotation |
Definition at line 90 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), stitch_island_calculate_edge_rotation(), and stitch_island_calculate_vert_rotation().
| float IslandStitchData::rotation_neg |
Definition at line 91 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), stitch_island_calculate_edge_rotation(), and stitch_island_calculate_vert_rotation().
| char IslandStitchData::stitchableCandidate |
Definition at line 101 of file uvedit_smart_stitch.c.
Referenced by determine_uv_edge_stitchability(), determine_uv_stitchability(), and stitch_process_data().
| float IslandStitchData::translation[2] |
Definition at line 92 of file uvedit_smart_stitch.c.
Referenced by stitch_calculate_island_snapping(), and stitch_process_data().
| bool IslandStitchData::use_edge_rotation |
Definition at line 103 of file uvedit_smart_stitch.c.
Referenced by stitch_process_data().