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/include/BDR_unwrapper.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/include/BDR_unwrapper.h')
-rw-r--r--source/blender/include/BDR_unwrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_unwrapper.h b/source/blender/include/BDR_unwrapper.h
index 6a2b54409c3..a6ff1b614a5 100644
--- a/source/blender/include/BDR_unwrapper.h
+++ b/source/blender/include/BDR_unwrapper.h
@@ -41,6 +41,7 @@ void select_linked_tfaces_with_seams(int mode, struct Mesh *me, unsigned int ind
void unwrap_lscm(short seamcut); /* unwrap faces selected in 3d view */
void minimize_stretch_tface_uv(void); /* optimize faces selected in uv editor */
void pack_charts_tface_uv(void);
+void average_charts_tface_uv(void);
/* for live mode: no undo pushes, caching for quicky re-unwrap */
void unwrap_lscm_live_begin(void);