From 012a44cff11ffb12a65409ba68b4e66caded28a7 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 7 Dec 2018 13:52:14 +0100 Subject: Fix T57640: UV unwrap packing not working without sync selection. --- source/blender/editors/include/ED_uvedit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h index f7d647bd89c..2fc15f72fca 100644 --- a/source/blender/editors/include/ED_uvedit.h +++ b/source/blender/editors/include/ED_uvedit.h @@ -127,10 +127,11 @@ void ED_uvedit_live_unwrap_end(short cancel); void ED_uvedit_live_unwrap(struct Scene *scene, struct Object *obedit); void ED_uvedit_pack_islands( - struct Scene *scene, struct Object *ob, struct BMesh *bm, bool selected, bool correct_aspect, bool do_rotate); + struct Scene *scene, struct Object *ob, struct BMesh *bm, + bool selected, bool correct_aspect, bool do_rotate); void ED_uvedit_pack_islands_multi( struct Scene *scene, struct Object **objects, const uint objects_len, - bool selected, bool correct_aspect, bool do_rotate); + bool selected, bool correct_aspect, bool do_rotate, bool implicit); void ED_uvedit_unwrap_cube_project( struct BMesh *bm, float cube_size, bool use_select, const float center[3]); -- cgit v1.2.3