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>2008-03-03 04:44:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-03 04:44:35 +0300
commit5b54b519c0719f0598532e80a3ffe671c90e04cd (patch)
tree251f7a0ac0ba0018aec71b1453e43f09a752af36 /source/blender/src/parametrizer.h
parent2d02b0d3636daa485752e6866aba1c63ed66b463 (diff)
Added a feature to the UV editor- Average UV islands, this averages selected UV islands, in proportion to the faces area in 3d space.
Renamed 'Pack Charts' to 'Pack Islands' (according to google, uv islands is a more common term)
Diffstat (limited to 'source/blender/src/parametrizer.h')
-rw-r--r--source/blender/src/parametrizer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/parametrizer.h b/source/blender/src/parametrizer.h
index fcda5fc6164..a192be05b0e 100644
--- a/source/blender/src/parametrizer.h
+++ b/source/blender/src/parametrizer.h
@@ -71,6 +71,10 @@ void param_smooth_area(ParamHandle *handle);
void param_pack(ParamHandle *handle);
+/* Average area for all charts */
+
+void param_average(ParamHandle *handle);
+
/* Flushing */
void param_flush(ParamHandle *handle);