From 44ec0b0aabef4c8d054680281747ea33320f0961 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Sep 2013 23:11:58 +0000 Subject: uv-pack operator: option to rotate uv islands to fit in the optimal rectangle when packing. --- source/blender/editors/uvedit/uvedit_parametrizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 7127a436570..265577555a6 100644 --- a/source/blender/editors/uvedit/uvedit_parametrizer.h +++ b/source/blender/editors/uvedit/uvedit_parametrizer.h @@ -99,7 +99,7 @@ void param_smooth_area(ParamHandle *handle); /* Packing */ -void param_pack(ParamHandle *handle, float margin); +void param_pack(ParamHandle *handle, float margin, bool do_rotate); /* Average area for all charts */ -- cgit v1.2.3