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>2013-09-11 03:11:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-11 03:11:58 +0400
commit44ec0b0aabef4c8d054680281747ea33320f0961 (patch)
tree99db9a98cca6c1602767515e09ef09ed3f520ccd /source/blender/editors/uvedit/uvedit_parametrizer.h
parentf171f4e270bed27a827067a5e438d3d6379954f7 (diff)
uv-pack operator: option to rotate uv islands to fit in the optimal rectangle when packing.
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.h2
1 files changed, 1 insertions, 1 deletions
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 */