Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-11-19 17:41:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-19 17:41:17 +0300
commitc5306dd0cdf1f320f7b498d7b914d9374a7aa90f (patch)
treeab5849fcc7673c8fbc89920dfaf12d4969ff5b24 /source/blender/editors/include
parentad4b7741dba45a2be210942c18af6b6e4438f129 (diff)
parente01bf7a92ecad3c64d0b1ae176f402d2638e246c (diff)
Merge branch 'blender-v2.91-release'
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_uvedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index a55e97fff72..2066d7da511 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -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,