Fix T82540: Smart UV project ignores seams

The seam check was missed in 9296ba8674
which calculates islands from the BMesh.
This commit is contained in:
2020-11-20 01:35:26 +11:00
parent 256e77c987
commit e01bf7a92e
3 changed files with 13 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ struct UVPackIsland_Params {
int rotate_align_axis : 2;
uint only_selected_uvs : 1;
uint only_selected_faces : 1;
uint use_seams : 1;
uint correct_aspect : 1;
};
void ED_uvedit_pack_islands_multi(const Scene *scene,