From e56aa4ff0c6b2a1746d5c39e297c9f6f56c4b492 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 21 Dec 2018 11:43:28 +0100 Subject: Fix T59668: UV unwrap pinning bugs. With multi object editing it creates the charts twice, which broke some logic in the unwrapper. --- source/blender/editors/uvedit/uvedit_parametrizer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.h') diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h index e42944f3da4..1930e0a9e8e 100644 --- a/source/blender/editors/uvedit/uvedit_parametrizer.h +++ b/source/blender/editors/uvedit/uvedit_parametrizer.h @@ -98,11 +98,11 @@ void param_smooth_area(ParamHandle *handle); /* Packing */ -void param_pack(ParamHandle *handle, float margin, bool do_rotate); +void param_pack(ParamHandle *handle, float margin, bool do_rotate, bool ignore_pinned); /* Average area for all charts */ -void param_average(ParamHandle *handle); +void param_average(ParamHandle *handle, bool ignore_pinned); /* Simple x,y scale */ -- cgit v1.2.3